summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index e3228f6..7f0b8aa 100755
--- a/build
+++ b/build
@@ -40,7 +40,7 @@ install: build
set -e; exec 3>dest/usr/share/busybox/alternatives; \
for f in dest/bin/* dest/sbin/* dest/usr/bin/* dest/usr/sbin/*; do \
case "$${f}" in \
- dest/bin/busybox | dest/bin/sh) ;; \
+ dest/bin/busybox | dest/bin/sh | dest/sbin/init) ;; \
*) \
rm "$${f}"; \
printf '%s\n' "$${f#dest}" >&3; \