Adding upstream version 4.0~a14.
[live-boot-grml.git] / components / 0010-debug
similarity index 66%
rename from scripts/boot/0010-debug
rename to components/0010-debug
index f223e93..cfb2fc8 100755 (executable)
@@ -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)
                        ;;