From 4010357362bf056a308e24e527171f4faa5018e3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 21 Mar 2020 15:25:57 +0300 Subject: busybox: build init on the busybox package --- core/busybox/build | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/busybox/build') 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" -- cgit v1.2.3