X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=9bbf8beac425c668accfa781883899c81040bd54;hb=bd76bd44a773f1495e3d20d5de2a1201ee2fb854;hp=fa76eb15970cbbb5f7dd19ddd89ec5ef289a9042;hpb=d2a27717cc6ba6688942fcbfbf49164f01253291;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index fa76eb1..9bbf8be 100755 --- a/scripts/live +++ b/scripts/live @@ -66,6 +66,11 @@ Arguments () set -x ;; + ethdevice=*) + DEVICE="${ARGUMENT#ethdevice=}" + export DEVICE + ;; + fetch=*) FETCH="${ARGUMENT#fetch=}" export FETCH