2 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
3 # ex: ts=8 sw=4 sts=4 et filetype=sh
7 # If hostonly was requested, fail the check until we have some way of
8 # knowing we are booting from FCoE
9 [[ $hostonly ]] || [[ $mount_needs ]] && return 1
15 echo network rootfs-block
20 instmods fcoe 8021q edd
30 mkdir -m 0755 -p "$initdir/var/lib/lldpad"
32 inst "$moddir/fcoe-up" "/sbin/fcoe-up"
33 inst "$moddir/fcoe-edd.sh" "/sbin/fcoe-edd"
34 inst "$moddir/fcoe-genrules.sh" "/sbin/fcoe-genrules.sh"
35 inst_hook cmdline 99 "$moddir/parse-fcoe.sh"