creator.py: include dmsquash-live-ntfs by default
Add dmsquash-live-ntfs to the default dracut modules in livecd builds. The omission of this is probably why: https://bugzilla.redhat.com/show_bug.cgi?id=1449410 didn't work out as intended (I suspect it was closed unfixed). Without this, initramfs winds up with the ntfs-3g tools lying around, but no hooks cause them to actually get used. AFAICT, this is a legit bugfix, not a "proposed enhancement" so to speak. To test that this actually fixed the problem (well, /a/ problem, at least), I used some scripts: https://github.com/gmt/test-respin-fedora-ntfsable-iso Signed-off-by: Greg Turner <gmt@be-evil.net> Signed-off-by: Brian C. Lane <bcl@redhat.com>
This commit is contained in:
parent
a0322afec3
commit
66cd1fdb52
@ -48,7 +48,7 @@ from pylorax.sysutils import joinpaths, remove
|
||||
|
||||
|
||||
# Default parameters for rebuilding initramfs, override with --dracut-args
|
||||
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live convertfs pollcdrom qemu qemu-net",
|
||||
DRACUT_DEFAULT = ["--xz", "--add", "livenet dmsquash-live dmsquash-live-ntfs convertfs pollcdrom qemu qemu-net",
|
||||
"--omit", "plymouth", "--no-hostonly", "--debug", "--no-early-microcode"]
|
||||
|
||||
RUNTIME = "images/install.img"
|
||||
|
Loading…
Reference in New Issue
Block a user