aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.boot b/rc.boot
index 3a59a79..507a3d9 100755
--- a/rc.boot
+++ b/rc.boot
@@ -1,10 +1,10 @@
#!/bin/sh
# shellcheck disable=1090,1091,2174
-# Read the configuration file and the library fo
+# Read the configuration file and the library of
# common functions.
-. /etc/init/rc.conf
. /usr/lib/init/rc.lib
+[ -f /etc/init/rc.conf ] && . /etc/init/rc.conf
mnt() {
[ -f /proc/mounts ] && while read -r _ mnt _; do