diff core/busybox/config @ 556:dea7c4365bbe

core/busybox: add options, closes #1664 While here, disable inittab parsing because it has a different syntax than sysvinit and is not compatible. To avoid conflict and frustration use busybox's default actions and let user install sysvinit for more customizations.
author David Demelier <markand@malikania.fr>
date Fri, 05 Jul 2019 20:20:00 +0200
parents 91df0731a3f5
children 1218a8f753b6
line wrap: on
line diff
--- a/core/busybox/config	Thu Jul 04 20:18:00 2019 +0200
+++ b/core/busybox/config	Fri Jul 05 20:20:00 2019 +0200
@@ -492,7 +492,7 @@
 CONFIG_TELINIT_PATH=""
 CONFIG_INIT=y
 CONFIG_LINUXRC=y
-CONFIG_FEATURE_USE_INITTAB=y
+CONFIG_FEATURE_USE_INITTAB=n
 # CONFIG_FEATURE_KILL_REMOVED is not set
 CONFIG_FEATURE_KILL_DELAY=0
 CONFIG_FEATURE_INIT_SCTTY=y