From 3eeae9edeacc34fc5d5028671a6e06e0d87abefe Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 16 May 2020 04:20:05 +0300 Subject: rc.boot: hard-code init directory --- rc.boot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3