From: Dan HorĂ¡k Date: Fri, 2 Mar 2012 10:41:37 +0000 (+0100) Subject: install ctcm network module on s390 X-Git-Tag: 018~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ff3fc73c81e0170c46683589d9ad705f3a5ad45;p=thirdparty%2Fdracut.git install ctcm network module on s390 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. --- diff --git a/modules.d/95znet/module-setup.sh b/modules.d/95znet/module-setup.sh index fbb79aafb..b354947d5 100755 --- a/modules.d/95znet/module-setup.sh +++ b/modules.d/95znet/module-setup.sh @@ -13,6 +13,10 @@ depends() { return 0 } +installkernel() { + instmods ctcm +} + install() { inst_hook cmdline 30 "$moddir/parse-ccw.sh" inst /lib/udev/ccw_init