Oldnet: the loopback interface does not need sysfs
This commit is contained in:
parent
76f76eb19a
commit
6d84a4aed8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user