Merging casper 1.161.
[live-boot-grml.git] / 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