[PATCH f17-branch] Add 'cms' dracut module on s390 | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
This does some magic s390 setup junk, whee.
---
dracut/module-setup.sh | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh
index 7a16cb3..ceac67f 100755
--- a/dracut/module-setup.sh
+++ b/dracut/module-setup.sh
@@ -8,6 +8,9 @@ check() {
depends() {
echo livenet nfs img-lib convertfs ifcfg
+ case "$(uname -m)" in
+ s390*) echo cms ;;
+ esac
return 0
}
--
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]