[lorax/master 3/4] livemedia-creator: Turn on debug output for dracut

Brian C. Lane bcl at redhat.com
Thu Jan 15 01:18:13 UTC 2015


Some dracut failures are hard to detect without debug enabled, so just
turn it on all the time.
---
 src/sbin/livemedia-creator | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbin/livemedia-creator b/src/sbin/livemedia-creator
index 20ebbda..678237f 100755
--- a/src/sbin/livemedia-creator
+++ b/src/sbin/livemedia-creator
@@ -66,7 +66,7 @@ except ImportError:
 
 # Default parameters for rebuilding initramfs, override with --dracut-args
 DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom",
-                  "--omit", "plymouth", "--no-hostonly"]
+                  "--omit", "plymouth", "--no-hostonly", "--debug"]
 
 ROOT_PATH = "/mnt/sysimage/"
 RUNTIME = "images/install.img"
-- 
1.9.3



More information about the anaconda-patches mailing list