summaryrefslogtreecommitdiff
path: root/scripts/boot.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-06-05 18:23:15 +0200
committerDaniel Baumann <daniel@debian.org>2012-06-05 19:35:56 +0200
commita76532ce1ffc67df5f94b1483e53661756112584 (patch)
treeb3ee8b8ecee25e85f1fca49591d89d5ed49d6d94 /scripts/boot.sh
parentbc9ae2d777db55ecb3697185da60ece205b1b90b (diff)
downloadlive-boot-a76532ce1ffc67df5f94b1483e53661756112584.tar.gz
live-boot-a76532ce1ffc67df5f94b1483e53661756112584.zip
Updating internal cmdline handling.
Diffstat (limited to 'scripts/boot.sh')
-rwxr-xr-xscripts/boot.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/boot.sh b/scripts/boot.sh
index d2a5c62..6304c97 100755
--- a/scripts/boot.sh
+++ b/scripts/boot.sh
@@ -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)