Blame SOURCES/0037-appliance-When-using-verbose-mode-set-x-in-the-appli.patch

e76f14
From a2c3958c1487b9d3fe929498f53e71637ff8d53b Mon Sep 17 00:00:00 2001
e76f14
From: "Richard W.M. Jones" <rjones@redhat.com>
e76f14
Date: Sat, 19 Mar 2016 18:26:39 +0000
e76f14
Subject: [PATCH] appliance: When using verbose mode, 'set -x' in the appliance
e76f14
 init script.
e76f14
e76f14
(cherry picked from commit d368fa08955a17feed39baaab990dae361fede13)
e76f14
---
e76f14
 appliance/init | 1 +
e76f14
 1 file changed, 1 insertion(+)
e76f14
e76f14
diff --git a/appliance/init b/appliance/init
e76f14
index fd56033..239b50e 100755
e76f14
--- a/appliance/init
e76f14
+++ b/appliance/init
e76f14
@@ -97,6 +97,7 @@ hwclock -u -s
e76f14
 # Parse the kernel command line.
e76f14
 if [[ $cmdline == *guestfs_verbose=1* ]]; then
e76f14
     guestfs_verbose=1
e76f14
+    set -x
e76f14
 fi
e76f14
 if [[ $cmdline == *guestfs_network=1* ]]; then
e76f14
     guestfs_network=1
e76f14
-- 
e76f14
1.8.3.1
e76f14