aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-21 15:25:57 +0300
committerCem Keylan <cem@ckyln.com>2020-03-21 23:18:11 +0300
commit4010357362bf056a308e24e527171f4faa5018e3 (patch)
tree24278883e2ef8f1abbc42eeaf01ee4627bbd1a4b /core/busybox/build
parent5a43745962c63efa64bc6295131d3f0d5690181e (diff)
downloadrepository-4010357362bf056a308e24e527171f4faa5018e3.tar.gz
busybox: build init on the busybox package
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-xcore/busybox/build3
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"