Don't install/start plymouth in the initramfs

This commit is contained in:
Will Woods 2011-07-07 19:10:12 -04:00
parent e1edc65e62
commit 6c7709e592

View File

@ -224,7 +224,7 @@ class Lorax(BaseLoraxClass):
runtime=runtime, templatedir=templatedir)
logger.info("rebuilding initramfs images")
treebuilder.rebuild_initrds(add_args=["--xz"])
treebuilder.rebuild_initrds(add_args=["--xz", "--omit", "plymouth"])
logger.info("populating output tree and building boot images")
treebuilder.build()