2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

busybox: use baseinit by default when no inittab present

This commit is contained in:
Dylan Araps 2021-08-28 12:19:18 +03:00
parent a821fb2766
commit ae974db1aa
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
4 changed files with 16 additions and 1 deletions

View File

@ -6,6 +6,7 @@ dbc9c73cce208e428de003d785bf88cc9f27c86d4b784adf32738f8b073cbe9a
f0e17fefc0af6b10205d72b242b6ef7481a58ff07726c62890ebc5893b96a396
73be7b16dcff44e88eb48696522794f529beddf9d5a139b8a76cc8685a9f6fc8
d70c4cd6381baeb3836c0387f53553021b48bdc851de49f1c86d836f7d0355fc
b030d6ac2b3284cf3cc0a2eec886d26b7e09ea59feb460a6a09165da62a582b4
c8a6fc95a75fa355d570c14e214d68a618e060a486b824b83b5140b9c6a894a7
5f3d6cbdc7060deab644555201365e6dd15ffed07d341532c3d82a170e95c0bd
423c3a67ad56b290ef73440cb748dbc3c6ee2ec486683b5e19242a804db8085b

View File

@ -0,0 +1,13 @@
diff --git a/init/init.c b/init/init.c
index efab5dc..5135de3 100644
--- a/init/init.c
+++ b/init/init.c
@@ -153,7 +153,7 @@
/* Default sysinit script. */
#ifndef INIT_SCRIPT
-# define INIT_SCRIPT "/etc/init.d/rcS"
+# define INIT_SCRIPT "/usr/lib/init/rc.boot"
#endif
/* Each type of actions can appear many times. They will be

View File

@ -6,6 +6,7 @@ patches/print-unicode.patch patch
patches/install-fix-chown.patch patch
patches/lsusb-vendor-product.patch patch
patches/unzip-usage-no-error.patch patch
patches/init-use-baseinit.patch patch
patches/fix-UB.patch patch-clang
files/.config
files/.config-suid

View File

@ -1 +1 @@
1.34.0 2
1.34.0 3