add "livenet" module to initramfs
This commit is contained in:
parent
eb7bc9c9be
commit
e756e57b5d
@ -230,7 +230,8 @@ class Lorax(BaseLoraxClass):
|
||||
runtime=runtime, templatedir=templatedir)
|
||||
|
||||
logger.info("rebuilding initramfs images")
|
||||
treebuilder.rebuild_initrds(add_args=["--xz", "--omit", "plymouth"])
|
||||
dracut_args=["--xz", "--add", "livenet", "--omit", "plymouth"]
|
||||
treebuilder.rebuild_initrds(add_args=dracut_args)
|
||||
|
||||
logger.info("populating output tree and building boot images")
|
||||
treebuilder.build()
|
||||
|
Loading…
Reference in New Issue
Block a user