Adding upstream version 4.0~a6.
[debian-live-boot.git] / scripts / boot / 0110-debug
blobf223e9339428d556864e99d4070f41bc7a7e4ee0
1 #!/bin/sh
3 #set -e
5 Debug ()
7 for _PARAMETER in ${_CMDLINE}
8 do
9 case "${_PARAMETER}" in
10 live-boot.debug|debug)
11 LIVE_DEBUG="true"
13 esac
14 done
16 case "${LIVE_DEBUG}" in
17 true)
21 return 0
23 esac
25 # Write the trace output
26 set -x