From 9665acc9ee6c409c37cdb566f8b0a5bd96738709 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 20 Jun 2019 10:01:42 +0300 Subject: [PATCH] busybox: Add init utlities. --- core/busybox/checksums | 2 +- core/busybox/files/.config | 10 +++++----- core/busybox/manifest | 5 +++++ 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/core/busybox/checksums b/core/busybox/checksums index 59f84306..cf96af04 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,2 +1,2 @@ 3d1d04a4dbd34048f4794815a5c48ebb9eb53c5277e09ffffc060323b95dfbdc busybox-1.30.1.tar.bz2 -b1a704d08b8190cce6d915db8360748119146b740bc54a82bca7d2295629377b .config +4fdeccf738c6542e49e1843b0461707ea4b5e22a539baeab2d1d6c9214b183d0 .config diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 159bbb3e..f848ea8b 100755 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -484,15 +484,15 @@ CONFIG_FEATURE_XARGS_SUPPORT_ARGS_FILE=y CONFIG_BOOTCHARTD=n # CONFIG_FEATURE_BOOTCHARTD_BLOATED_HEADER=y # CONFIG_FEATURE_BOOTCHARTD_CONFIG_FILE=y -CONFIG_HALT=n -CONFIG_POWEROFF=n -CONFIG_REBOOT=n +CONFIG_HALT=y +CONFIG_POWEROFF=y +CONFIG_REBOOT=y CONFIG_FEATURE_WAIT_FOR_INIT=y # CONFIG_FEATURE_CALL_TELINIT is not set CONFIG_TELINIT_PATH="" -CONFIG_INIT=n +CONFIG_INIT=y CONFIG_LINUXRC=n -CONFIG_FEATURE_USE_INITTAB=n +CONFIG_FEATURE_USE_INITTAB=y # CONFIG_FEATURE_KILL_REMOVED is not set CONFIG_FEATURE_KILL_DELAY=0 CONFIG_FEATURE_INIT_SCTTY=y diff --git a/core/busybox/manifest b/core/busybox/manifest index ed423476..09da86ec 100644 --- a/core/busybox/manifest +++ b/core/busybox/manifest @@ -1,6 +1,7 @@ /var/db/kiss/busybox/version /var/db/kiss/busybox/sources /var/db/kiss/busybox/manifest +/var/db/kiss/busybox/licenses /var/db/kiss/busybox/files/.config /var/db/kiss/busybox/files/ /var/db/kiss/busybox/depends @@ -262,7 +263,9 @@ /sbin/runlevel /sbin/route /sbin/rmmod +/sbin/reboot /sbin/raidautorun +/sbin/poweroff /sbin/pivot_root /sbin/nameif /sbin/modprobe @@ -288,12 +291,14 @@ /sbin/ipaddr /sbin/ip /sbin/insmod +/sbin/init /sbin/ifup /sbin/ifenslave /sbin/ifdown /sbin/ifconfig /sbin/hwclock /sbin/hdparm +/sbin/halt /sbin/getty /sbin/fstrim /sbin/fsck.minix