aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
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"