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:
parent
563f4386e8
commit
879d831ffc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user