From: Michael Prokop Date: Mon, 26 Oct 2009 11:52:35 +0000 (+0100) Subject: Adding support for ethdevice bootoption. X-Git-Tag: debian/2.0.15-1~258 X-Git-Url: http://git.grml.org/?p=live-boot-grml.git;a=commitdiff_plain;h=5020118e6c6744ef26f01dab015295c7baadecaa Adding support for ethdevice bootoption. --- 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