PATH:
usr
/
lib
/
dracut
/
modules.d
/
95fcoe
/
Editing: stop-fcoe.sh
#!/bin/bash for f in /sys/bus/fcoe/devices/ctlr_* ; do [ -e $f ] || continue echo 0 > $f/enabled done
SAVE
CANCEL