Correcting debug variables through out the code to use the same one.
[live-boot-grml.git] / scripts / boot / 0010-debug
index f223e93..9b57d56 100755 (executable)
@@ -8,12 +8,12 @@ Debug ()
        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)
                        ;;