summaryrefslogtreecommitdiff
path: root/scripts/boot/9990-main.sh
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:52:33 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2013-05-28 06:52:33 +0200
commitf788126730ccd13eeef5a7a97796e001cfc6bb50 (patch)
tree0933355b2990b807910accdde74adb02c7361333 /scripts/boot/9990-main.sh
parent1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (diff)
downloadlive-boot-f788126730ccd13eeef5a7a97796e001cfc6bb50.tar.gz
live-boot-f788126730ccd13eeef5a7a97796e001cfc6bb50.zip
Allowing to superseed live-boot cmdline through configuration files.
Diffstat (limited to 'scripts/boot/9990-main.sh')
-rwxr-xr-xscripts/boot/9990-main.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh
index 8776a7d..e67176e 100755
--- a/scripts/boot/9990-main.sh
+++ b/scripts/boot/9990-main.sh
@@ -18,7 +18,7 @@ Live ()
. /live.vars
- _CMDLINE="$(cat /proc/cmdline)"
+ LIVE_BOOT_CMDLINE="${LIVE_BOOT_CMDLINE:-$(cat /proc/cmdline)}"
Cmdline_old
Debug