aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rc.conf2
-rwxr-xr-xrc.sysinit2
2 files changed, 1 insertions, 3 deletions
diff --git a/rc.conf b/rc.conf
index 04a93ba..b9c468a 100644
--- a/rc.conf
+++ b/rc.conf
@@ -31,14 +31,12 @@ USECOLOR="yes"
# HARDWARE
# -----------------------------------------------------------------------
#
-# MOD_AUTOLOAD: Deprecated. Always leave at "yes".
# MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
# Replace every !module by an entry as on the following line in a file in
# /etc/modprobe.d:
# blacklist module
# See "man modprobe.conf" for details.
#
-MOD_AUTOLOAD="yes"
MODULES=()
# Udev settle timeout (default to 30)
diff --git a/rc.sysinit b/rc.sysinit
index febe2da..5b58270 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -105,7 +105,7 @@ run_hook sysinit_udevsettled
# bring up the loopback interface
[[ -d /sys/class/net/lo ]] &&
- status "Bringing up loopback interface" /usr/sbin/ip link set up dev lo
+ status "Bringing up loopback interface" /sbin/ip link set up dev lo
# FakeRAID devices detection
if [[ $USEDMRAID =~ yes|YES && -x /sbin/dmraid ]]; then