Fix a dangling code fence
This commit is contained in:
parent
ecc5d9abf5
commit
3257331481
1 changed files with 5 additions and 6 deletions
|
|
@ -90,15 +90,14 @@ I then checked out BusyBox's manual page to try and understand more:
|
|||
> - TSTP: stop respawning until CONT
|
||||
> - QUIT: re-exec another init
|
||||
> - USR1/TER, /USR2/INT: run halt/reboot/poweroff/Ctrl-Alt-Del script
|
||||
```
|
||||
|
||||
I knew Alpine heavily leaned on BusyBox, but didn't realize it was to this extent. So, following this trail, there was Alpine's `/etc/inittab`, where I found this:
|
||||
|
||||
```inittab
|
||||
::sysinit:/sbin/openrc sysinit
|
||||
::sysinit:/sbin/openrc boot
|
||||
::wait:/sbin/openrc default
|
||||
```
|
||||
|
||||
::sysinit:/sbin/openrc sysinit
|
||||
::sysinit:/sbin/openrc boot
|
||||
::wait:/sbin/openrc default
|
||||
|
||||
|
||||
Meaning, Alpine's init is BusyBox's init, which in turn calls on OpenRC to bring services up.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue