X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=components%2F0010-debug;fp=scripts%2Fboot%2F0010-debug;h=cfb2fc8369e958ae47dff50551943558999d8677;hb=3b9aa28dd04d694d49a07cf4d13fc8c704891f5b;hp=f223e9339428d556864e99d4070f41bc7a7e4ee0;hpb=659360c19ad0a28a430545149fc2c4f834d11007;p=live-boot-grml.git diff --git a/scripts/boot/0010-debug b/components/0010-debug similarity index 66% rename from scripts/boot/0010-debug rename to components/0010-debug index f223e93..cfb2fc8 100755 --- a/scripts/boot/0010-debug +++ b/components/0010-debug @@ -4,16 +4,16 @@ Debug () { - for _PARAMETER in ${_CMDLINE} + for _PARAMETER in ${LIVE_BOOT_CMDLINE} do case "${_PARAMETER}" in live-boot.debug|debug) - LIVE_DEBUG="true" + LIVE_BOOT_DEBUG="true" ;; esac done - case "${LIVE_DEBUG}" in + case "${LIVE_BOOT_DEBUG}" in true) ;;