diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | changelog | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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; \ @@ -2,6 +2,8 @@ busybox (1.32.0-3) trunk * </usr/share/udhcpc/default.script> now supports the "ip route" command in case "route" is disabled. + * </sbin/init> is no longer managed with update-alternatives, as it is + needed for prokit's foreign installations. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 12 Dec 2020 10:09:01 -0500 |