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:
Will Woods 2012-06-20 15:29:07 -04:00
parent 8e71bb045a
commit 90ab7bfcfd
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ class Lorax(BaseLoraxClass):
domacboot=domacboot, templatedir=templatedir)
logger.info("rebuilding initramfs images")
dracut_args=["--xz", "--add", "anaconda pollcdrom", "--omit", "plymouth",
dracut_args=["--xz", "--add", "anaconda pollcdrom",
"--install", "/.buildstamp"]
treebuilder.rebuild_initrds(add_args=dracut_args)