Use PERSISTENCE_PATH with a trailing "/".
[debian-live-boot.git] / components / 0010-debug
blobcfb2fc8369e958ae47dff50551943558999d8677
1 #!/bin/sh
3 #set -e
5 Debug ()
7 for _PARAMETER in ${LIVE_BOOT_CMDLINE}
8 do
9 case "${_PARAMETER}" in
10 live-boot.debug|debug)
11 LIVE_BOOT_DEBUG="true"
13 esac
14 done
16 case "${LIVE_BOOT_DEBUG}" in
17 true)
21 return 0
23 esac
25 # Write the trace output
26 set -x