diff options
Diffstat (limited to 'scripts/boot/0010-debug')
| -rwxr-xr-x | scripts/boot/0010-debug | 2 |
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) |
