From: Kairui Song Date: Mon, 16 Nov 2020 07:24:14 +0000 (+0800) Subject: 95fcoe: ensure needed modules are installed X-Git-Tag: 051~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4339d47cf810d8a79f20cf2b86d15af7ec859052;p=thirdparty%2Fdracut.git 95fcoe: ensure needed modules are installed If fcoe module is loaded, the initramfs will always try load libfcoe and bnx2fc, so also ensure they are installed if needed. Signed-off-by: Kairui Song --- diff --git a/modules.d/95fcoe/module-setup.sh b/modules.d/95fcoe/module-setup.sh index 73927b4b8..9b9e6c5c1 100755 --- a/modules.d/95fcoe/module-setup.sh +++ b/modules.d/95fcoe/module-setup.sh @@ -23,7 +23,7 @@ depends() { # called by dracut installkernel() { - instmods fcoe 8021q edd + instmods fcoe libfcoe 8021q edd bnx2fc } get_vlan_parent() {