Provide bootoption to trace executed commands

Also display timestamps of the executed commands inside PS4 prompt
which makes tracing easier

From: Michael Prokop <mprokop@sipwise.com>
ksolomko/vlan
Michael Prokop 13 years ago
parent c2ada492aa
commit b86d6ce2ef

@ -116,6 +116,11 @@ EOF
### }}}
# provide method to boot live system without running installer
if checkBootParam debugmode ; then
set -x
PS4='+\t '
fi
if checkBootParam noinstall ; then
echo "Exiting as requested via bootoption noinstall."
exit 0

Loading…
Cancel
Save