diff options
| author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-28 06:52:33 +0200 |
|---|---|---|
| committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-28 06:52:33 +0200 |
| commit | f788126730ccd13eeef5a7a97796e001cfc6bb50 (patch) | |
| tree | 0933355b2990b807910accdde74adb02c7361333 /scripts/boot/9990-main.sh | |
| parent | 1b6cb3d57b8cbd3f0a34fadd235d9a85bde1e7bf (diff) | |
| download | live-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-x | scripts/boot/9990-main.sh | 2 |
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 |
