add "livenet" module to initramfs

This commit is contained in:
Will Woods 2011-08-29 15:08:06 -04:00
parent eb7bc9c9be
commit e756e57b5d
1 changed files with 2 additions and 1 deletions

View File

@ -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()