Adding casper 1.68+debian-2.
[live-boot-grml.git] / scripts / casper
index c019e3b..dba4b4a 100644 (file)
@@ -49,8 +49,8 @@ for x in $(cat /proc/cmdline); do
             export HIDECOW=1 ;;
         persistent)
             export PERSISTENT=1 ;;
-        staticip*)
-            STATICIP=${x#staticip=} 
+        ip*)
+            STATICIP=${x#ip=} 
             if [ "${STATICIP}" == "" ]; then
                 STATICIP="frommedia"
             fi