mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
appliance: When using verbose mode, 'set -x' in the appliance init script.
This commit is contained in:
@@ -95,6 +95,7 @@ hwclock -u -s
|
||||
# Parse the kernel command line.
|
||||
if [[ $cmdline == *guestfs_verbose=1* ]]; then
|
||||
guestfs_verbose=1
|
||||
set -x
|
||||
fi
|
||||
if [[ $cmdline == *guestfs_network=1* ]]; then
|
||||
guestfs_network=1
|
||||
|
||||
Reference in New Issue
Block a user