From d368fa08955a17feed39baaab990dae361fede13 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 19 Mar 2016 18:26:39 +0000 Subject: [PATCH] appliance: When using verbose mode, 'set -x' in the appliance init script. --- appliance/init | 1 + 1 file changed, 1 insertion(+) diff --git a/appliance/init b/appliance/init index 8d662fa8f..04afbd66f 100755 --- a/appliance/init +++ b/appliance/init @@ -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