From f788126730ccd13eeef5a7a97796e001cfc6bb50 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 28 May 2013 06:52:33 +0200 Subject: Allowing to superseed live-boot cmdline through configuration files. --- scripts/boot/0010-debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/boot/0010-debug') 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) -- cgit v1.2.3