diff options
author | Cem Keylan <cem@ckyln.com> | 2020-05-16 04:20:05 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-05-16 04:20:05 +0300 |
commit | 3eeae9edeacc34fc5d5028671a6e06e0d87abefe (patch) | |
tree | 63f3a4c1126ccfa58c3773561152240000b4d022 | |
parent | 3421a220201a3c7e96de50cc05be940a7d86ad5b (diff) | |
download | init-3eeae9edeacc34fc5d5028671a6e06e0d87abefe.tar.gz |
rc.boot: hard-code init directory
-rwxr-xr-x | rc.boot | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |