Oldnet: the loopback interface does not need sysfs

This commit is contained in:
William Hubbs 2012-10-16 20:56:34 -05:00
parent 76f76eb19a
commit 6d84a4aed8

View File

@ -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