summaryrefslogtreecommitdiff
path: root/scripts/boot/0010-debug
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/0010-debug
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/0010-debug')
-rwxr-xr-xscripts/boot/0010-debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/boot/0010-debug b/scripts/boot/0010-debug
index 9b57d56..cfb2fc8 100755
--- a/scripts/boot/0010-debug
+++ b/scripts/boot/0010-debug
@@ -4,7 +4,7 @@
Debug ()
{
- for _PARAMETER in ${_CMDLINE}
+ for _PARAMETER in ${LIVE_BOOT_CMDLINE}
do
case "${_PARAMETER}" in
live-boot.debug|debug)