]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
install ctcm network module on s390
authorDan Horák <dan@danny.cz>
Fri, 2 Mar 2012 10:41:37 +0000 (11:41 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 8 Mar 2012 13:38:53 +0000 (14:38 +0100)
The ctcm module is not loaded automagically because it doesn't pass the
"ether_type_trans" test in 40net/module-setup.sh, so load it explicitly.

modules.d/95znet/module-setup.sh

index fbb79aafb13d0ff1564b7464ce614d865210ce5d..b354947d52d1620b33efac24992d5f050980a61c 100755 (executable)
@@ -13,6 +13,10 @@ depends() {
     return 0
 }
 
+installkernel() {
+    instmods ctcm
+}
+
 install() {
     inst_hook cmdline 30 "$moddir/parse-ccw.sh"
     inst /lib/udev/ccw_init