X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fboot.sh;h=6304c978e3b89ef2894703fbae505a3c6081763f;hb=f4d4be1f0223a2e888286988503ea26fee2a8324;hp=d2a5c62a22b6c5e1fed8e11291bd2fd76fbd1ecd;hpb=bc9ae2d777db55ecb3697185da60ece205b1b90b;p=live-boot-grml.git 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)