]> git.ipfire.org Git - thirdparty/dracut.git/commit
95fcoe: load 'libfcoe' module as a fallback
authorKairui Song <kasong@redhat.com>
Wed, 12 Jun 2019 06:27:44 +0000 (14:27 +0800)
committerHarald Hoyer <harald@hoyer.xyz>
Fri, 19 Jul 2019 14:19:07 +0000 (16:19 +0200)
commitd9721f20d81639002272c78cae90181045e33ec0
tree946554afe2b79d14704ffaf1beddbc8ce2ac8f05
parent3e53195bceafc8831b3c967d5f90d91a7d2154f8
95fcoe: load 'libfcoe' module as a fallback

The kernel may only enable 'libfcoe' module. Some modules like bnx2fc
provides FCoE but only depend on 'libfcoe'. Loading 'fcoe' module may
fail but the kernel do support FCoE.

'libfcoe' will be installed as a dependency when installing block device
drivers if it's required. So no need to install it in installkernel.

Signed-off-by: Kairui Song <kasong@redhat.com>
modules.d/95fcoe/parse-fcoe.sh