Re: [OE-core] [PATCH] init-manager-mdev-busybox: Keep sysvinit distro feature on

2023-11-22 Thread Khem Raj
On Wed, Nov 22, 2023 at 2:59 PM Marko, Peter wrote: > > From: openembedded-core@lists.openembedded.org > On Behalf Of Khem Raj via > lists.openembedded.org > > > The rcS script that busybox-init provides is able to run scripts that > > are available as part of sysvinit, therefore its fine to ke

Re: [OE-core] [PATCH] init-manager-mdev-busybox: Keep sysvinit distro feature on

2023-11-22 Thread Peter Marko via lists.openembedded.org
From: openembedded-core@lists.openembedded.org On Behalf Of Khem Raj via lists.openembedded.org > The rcS script that busybox-init provides is able to run scripts that > are available as part of sysvinit, therefore its fine to keep sysvinit > distro feature enabled so that we can build complex

[OE-core] [PATCH] init-manager-mdev-busybox: Keep sysvinit distro feature on

2023-11-22 Thread Khem Raj
The rcS script that busybox-init provides is able to run scripts that are available as part of sysvinit, therefore its fine to keep sysvinit distro feature enabled so that we can build complex systems with busybox as init system. Signed-off-by: Khem Raj --- meta/conf/distro/include/init-manager-