aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/init.d/network1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index bb406438..cbb9ddf7 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -160,6 +160,7 @@ case "$1" in
rootopts=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $4; }}' /etc/mtab)
if [[ "$rootfs" == nfs* || "$rootopts" =~ _r?netdev ]] ; then
+ net_log $"rootfs is on network filesystem, leaving network up"
exit 1
fi