summaryrefslogtreecommitdiffstats
path: root/dracut
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2012-04-23 17:37:46 -0400
committerWill Woods <wwoods@redhat.com>2012-04-23 17:39:01 -0400
commit7e1de3fc962c34fd3e142d1687576eae69160205 (patch)
tree41860b4da7be07e72e3c9743daebfe89895bdef0 /dracut
parentcaa0edcc0037c2b8f99fbf234639da99170cb7da (diff)
downloadanaconda-7e1de3fc962c34fd3e142d1687576eae69160205.tar.gz
anaconda-7e1de3fc962c34fd3e142d1687576eae69160205.tar.xz
anaconda-7e1de3fc962c34fd3e142d1687576eae69160205.zip
Add 'cms' dracut module on s390
This does some magic s390 setup junk, whee.
Diffstat (limited to 'dracut')
-rwxr-xr-xdracut/module-setup.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dracut/module-setup.sh b/dracut/module-setup.sh
index 7a16cb3ee..ceac67f5c 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
}