Made hostonly checking for fcoe fail for now.
Having it unconditionally pass pulls in all the networking cruft even for systems that do not need it, and that sorta defeats the purpose of hostonly mode.master
parent
6568d86aec
commit
7c3fe07ac0
|
@ -4,8 +4,8 @@
|
||||||
[ "$1" = "-d" ] && echo network
|
[ "$1" = "-d" ] && echo network
|
||||||
|
|
||||||
# FIXME
|
# FIXME
|
||||||
# If hostonly was requested, fail the check if we are not actually
|
# If hostonly was requested, fail the check until we have some way of
|
||||||
# booting from root.
|
# knowing we are booting from FCoE
|
||||||
#[ "$1" = "-h" ] && ! egrep -q '/ /dev/nbd[0-9]*' /proc/mounts && exit 1
|
[ "$1" = "-h" ] && exit 1
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue