From 2a439c85bd69efc14847b4397bd6783cac051405 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 17 Aug 2015 17:51:06 -0500 Subject: local/netmount: remove uses of -O [no]_netdev This was causing an incompatibility with busybox, and we do not use it in Gentoo. --- init.d/netmount.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'init.d/netmount.in') diff --git a/init.d/netmount.in b/init.d/netmount.in index 2ce5c2a9..99db1858 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -22,10 +22,6 @@ start() ebegin "Mounting network filesystems" mount -at $fs rc=$? - if [ "$RC_UNAME" = Linux ]; then - mount -a -O _netdev - rc=$? - fi ewend $rc "Could not mount all network filesystems" } @@ -53,9 +49,5 @@ stop() retval=$? eoutdent - if [ "$RC_UNAME" = Linux ]; then - umount -a -O _netdev - retval=$? - fi eend $retval "Failed to unmount network filesystems" } -- cgit v1.2.3