Adding support for ethdevice bootoption.
authorMichael Prokop <mika@grml.org>
Mon, 26 Oct 2009 11:52:35 +0000 (12:52 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:06 +0000 (17:48 +0100)
scripts/live

index fa76eb1..9bbf8be 100755 (executable)
@@ -66,6 +66,11 @@ Arguments ()
                                set -x
                                ;;
 
+                       ethdevice=*)
+                               DEVICE="${ARGUMENT#ethdevice=}"
+                               export DEVICE
+                               ;;
+
                        fetch=*)
                                 FETCH="${ARGUMENT#fetch=}"
                                 export FETCH