Don't install/start plymouth in the initramfs
This commit is contained in:
parent
e1edc65e62
commit
6c7709e592
@ -224,7 +224,7 @@ class Lorax(BaseLoraxClass):
|
|||||||
runtime=runtime, templatedir=templatedir)
|
runtime=runtime, templatedir=templatedir)
|
||||||
|
|
||||||
logger.info("rebuilding initramfs images")
|
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")
|
logger.info("populating output tree and building boot images")
|
||||||
treebuilder.build()
|
treebuilder.build()
|
||||||
|
Loading…
Reference in New Issue
Block a user