Allowing to superseed live-boot cmdline through configuration files.
[live-boot-grml.git] / scripts / boot / 9990-cmdline-old
index b8fc4a6..8bb8254 100755 (executable)
@@ -4,7 +4,7 @@
 
 Cmdline_old ()
 {
-       for _PARAMETER in ${_CMDLINE}
+       for _PARAMETER in ${LIVE_BOOT_CMDLINE}
        do
                case "${_PARAMETER}" in
                        skipconfig)
@@ -15,7 +15,7 @@ Cmdline_old ()
                                ;;
 
                        BOOTIF=*)
-                               BOOTIF="${x#BOOTIF=}"
+                               BOOTIF="${_PARAMETER#BOOTIF=}"
                                ;;
 
                        dhcp)