X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive;h=11ad98438f2621c0d17303c4723a8c0919f4fad1;hb=4b9610afefe6bf1be7a30593646530819b353a7d;hp=3a6094f19b9181cabb9fab992e376d808403cacb;hpb=d197dfe7342a91c8c8a889a80323993705614377;p=live-boot-grml.git diff --git a/scripts/live b/scripts/live index 3a6094f..11ad984 100755 --- a/scripts/live +++ b/scripts/live @@ -88,12 +88,8 @@ Arguments () ethdevice=*) DEVICE="${ARGUMENT#ethdevice=}" - export DEVICE - ;; - - ethdevice=*) - ETHDEVICE="${ARGUMENT#ethdevice=}" - export ETHDEVICE + ETHDEVICE="${DEVICE}" + export DEVICE ETHDEVICE ;; ethdevice-timeout=*)