diff options
Diffstat (limited to 'init.d/net.lo.in')
-rw-r--r-- | init.d/net.lo.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in index de441e22..47bdc2f9 100644 --- a/init.d/net.lo.in +++ b/init.d/net.lo.in @@ -19,7 +19,7 @@ depend() local IFVAR=$(shell_var "${IFACE}") need localmount - if [ "$RC_UNAME" = Linux ]; then + if [ "$RC_UNAME" = Linux -a "$IFACE" != lo ]; then need sysfs fi after bootmisc |