diff options
author | Daniel Baumann <daniel@debian.org> | 2012-06-05 18:23:15 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:35:56 +0200 |
commit | a76532ce1ffc67df5f94b1483e53661756112584 (patch) | |
tree | b3ee8b8ecee25e85f1fca49591d89d5ed49d6d94 /scripts/boot.sh | |
parent | bc9ae2d777db55ecb3697185da60ece205b1b90b (diff) | |
download | live-boot-a76532ce1ffc67df5f94b1483e53661756112584.tar.gz live-boot-a76532ce1ffc67df5f94b1483e53661756112584.zip |
Updating internal cmdline handling.
Diffstat (limited to 'scripts/boot.sh')
-rwxr-xr-x | scripts/boot.sh | 9 |
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) |