Allowing to superseed live-boot cmdline through configuration files.
[live-boot-grml.git] / scripts / boot / 9990-main.sh
index 8776a7d..e67176e 100755 (executable)
@@ -18,7 +18,7 @@ Live ()
 
        . /live.vars
 
-       _CMDLINE="$(cat /proc/cmdline)"
+       LIVE_BOOT_CMDLINE="${LIVE_BOOT_CMDLINE:-$(cat /proc/cmdline)}"
        Cmdline_old
 
        Debug