mbox series

[0/3] system: extend the list of init systems (branch yem/init-choice)

Message ID cover.1725049576.git.yann.morin.1998@free.fr
Headers show
Series system: extend the list of init systems (branch yem/init-choice) | expand

Message

Yann E. MORIN Aug. 30, 2024, 8:26 p.m. UTC
Hello All!

This little series is a proposal to follow on the discussion with Dario
and Thomas, about Dario's series adding tiny-init:
    https://lore.kernel.org/buildroot/ZtF1pHPZqUkUit8N@landeda/T/#mc1ef6288de44b9d35d382187ae14edf3185aa0c5

Note that, contrary to what was said in that discussion, there is no
need to add a build dependency from Busybox to tini, as tini does not
install itself as /init or /sbin/init, so will not be conflicting with
Busybox.

Regards,
Yann E. MORIN.


----------------------------------------------------------------
Yann E. MORIN (3):
      system: change label for BR2_INIT_NONE
      system: classify init systems
      system: add tini as init system

 package/tini/Config.in |  1 +
 system/Config.in       | 22 +++++++++++++++++++++-
 2 files changed, 22 insertions(+), 1 deletion(-)

--
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

Comments

Yann E. MORIN Sept. 14, 2024, 9:14 a.m. UTC | #1
All,

On 2024-08-30 22:26 +0200, Yann E. MORIN spake thusly:
> Hello All!
> 
> This little series is a proposal to follow on the discussion with Dario
> and Thomas, about Dario's series adding tiny-init:
>     https://lore.kernel.org/buildroot/ZtF1pHPZqUkUit8N@landeda/T/#mc1ef6288de44b9d35d382187ae14edf3185aa0c5
> 
> Note that, contrary to what was said in that discussion, there is no
> need to add a build dependency from Busybox to tini, as tini does not
> install itself as /init or /sbin/init, so will not be conflicting with
> Busybox.
> 
> Regards,
> Yann E. MORIN.
> 
> 
> ----------------------------------------------------------------
> Yann E. MORIN (3):
>       system: change label for BR2_INIT_NONE
>       system: classify init systems
>       system: add tini as init system

As suggested by Thomas, series applied to master with reviews from
Dario, thanks!

Regards,
Yann E. MORIN.

>  package/tini/Config.in |  1 +
>  system/Config.in       | 22 +++++++++++++++++++++-
>  2 files changed, 22 insertions(+), 1 deletion(-)
> 
> --
> .-----------------.--------------------.------------------.--------------------.
> |  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
> | +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
> '------------------------------^-------^------------------^--------------------'