aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-16 04:20:05 +0300
committerCem Keylan <cem@ckyln.com>2020-05-16 04:20:05 +0300
commit3eeae9edeacc34fc5d5028671a6e06e0d87abefe (patch)
tree63f3a4c1126ccfa58c3773561152240000b4d022
parent3421a220201a3c7e96de50cc05be940a7d86ad5b (diff)
downloadinit-3eeae9edeacc34fc5d5028671a6e06e0d87abefe.tar.gz
rc.boot: hard-code init directory
-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