Updating internal cmdline handling.
[live-boot-grml.git] / scripts / boot.sh
index d2a5c62..6304c97 100755 (executable)
@@ -444,7 +444,14 @@ mountroot ()
 
        . /live.vars
 
-       Arguments
+       _CMDLINE="$(cat /proc/cmdline)"
+       Cmdline
+
+       case "${LIVE_DEBUG}" in
+               true)
+                       set -x
+                       ;;
+       esac
 
        case "${LIVE_READ_ONLY}" in
                true)