livemedia-creator: Turn on debug output for dracut

Some dracut failures are hard to detect without debug enabled, so just
turn it on all the time.
This commit is contained in:
Brian C. Lane 2015-01-14 16:08:48 -08:00
parent 563f4386e8
commit 879d831ffc

View File

@ -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"