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