aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrc.boot4
1 files changed, 3 insertions, 1 deletions
diff --git a/rc.boot b/rc.boot
index fe6c921..b313b2f 100755
--- a/rc.boot
+++ b/rc.boot
@@ -1,8 +1,10 @@
#!/bin/sh
# shellcheck disable=1090,1091,2174
+# Read the configuration file and the library fo
+# common functions.
. /etc/init/rc.conf
-. INITDIR/rc.lib
+. /usr/lib/init/rc.lib
mnt() {
while read -r _ mnt _; do