[PATCH] Add the cms module when building the initrd (#782146) | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
This is useful for s390 systems and doesn't run on other systems.
---
src/pylorax/__init__.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py
index ef0a1c0..2bd0215 100644
--- a/src/pylorax/__init__.py
+++ b/src/pylorax/__init__.py
@@ -249,7 +249,7 @@ class Lorax(BaseLoraxClass):
logger.info("rebuilding initramfs images")
dracut_args=["--xz", "--add", "anaconda", "--omit", "plymouth",
- "--install", "/.buildstamp"]
+ "--add", "cms", "--install", "/.buildstamp"]
treebuilder.rebuild_initrds(add_args=dracut_args)
logger.info("populating output tree and building boot images")
--
1.7.7.6
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
[Home] [Fedora Users] [Fedora Legacy List] [Fedora Maintainers] [Fedora Desktop] [Red Hat 9 Bible] [Fedora Bible] [Fedora SELinux] [Big List of Linux Books] [Yosemite News] [Yosemite Photos] [KDE Users] [Fedora Tools]