diff options
author | Cem Keylan <cem@ckyln.com> | 2020-03-21 15:25:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-03-21 23:18:11 +0300 |
commit | 4010357362bf056a308e24e527171f4faa5018e3 (patch) | |
tree | 24278883e2ef8f1abbc42eeaf01ee4627bbd1a4b /core/busybox/build | |
parent | 5a43745962c63efa64bc6295131d3f0d5690181e (diff) | |
download | repository-4010357362bf056a308e24e527171f4faa5018e3.tar.gz |
busybox: build init on the busybox package
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-x | core/busybox/build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/busybox/build b/core/busybox/build index df55d5cb..cf68c6aa 100755 --- a/core/busybox/build +++ b/core/busybox/build @@ -43,3 +43,6 @@ ln -s /run/runit/supervise.acpid "$1/etc/sv/acpid/supervise" # Install ntp config install -Dm644 ntp.conf "$1/etc/ntp.conf" + +# Install inittab +install -Dm644 inittab "$1/etc/inittab" |