Actually add plymouth to the initramfs
One more piece to get plymouth in place - we have to stop omitting it from the initramfs so it's available at boot.
This commit is contained in:
parent
8e71bb045a
commit
90ab7bfcfd
@ -277,7 +277,7 @@ class Lorax(BaseLoraxClass):
|
|||||||
domacboot=domacboot, templatedir=templatedir)
|
domacboot=domacboot, templatedir=templatedir)
|
||||||
|
|
||||||
logger.info("rebuilding initramfs images")
|
logger.info("rebuilding initramfs images")
|
||||||
dracut_args=["--xz", "--add", "anaconda pollcdrom", "--omit", "plymouth",
|
dracut_args=["--xz", "--add", "anaconda pollcdrom",
|
||||||
"--install", "/.buildstamp"]
|
"--install", "/.buildstamp"]
|
||||||
treebuilder.rebuild_initrds(add_args=dracut_args)
|
treebuilder.rebuild_initrds(add_args=dracut_args)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user