]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
95fcoe: update fcoe interface check
authorHannes Reinecke <hare@suse.de>
Thu, 11 Dec 2014 14:46:21 +0000 (15:46 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 29 Jun 2016 09:57:56 +0000 (11:57 +0200)
modules.d/95fcoe/parse-fcoe.sh

index e8a77e082078c5fe5c58671e0ea15e369b0ae85d..3d829122511e73bf5cac74832dea2fd474f6f94e 100755 (executable)
@@ -26,9 +26,6 @@
 
 initqueue --onetime modprobe -b -q bnx2fc
 
-# FCoE actually supported?
-[ -e /sys/bus/fcoe/ctlr_create ] || modprobe fcoe || die "FCoE requested but kernel/initrd does not support FCoE"
-
 parse_fcoe_opts() {
     local OLDIFS="$IFS"
     local IFS=: