View previous topic :: View next topic |
Author |
Message |
crocket Guru

Joined: 29 Apr 2017 Posts: 465
|
Posted: Sun Jan 24, 2021 6:06 am Post subject: [SOLVED] Is there any plan to remove inittab from OpenRC? |
|
|
runit and s6 replaced inittab with regular init services.
I don't like inittab because modifications to inittab are challenged by new versions of sysvinit and it is difficult to read and write inittab.
OpenRC is largely okay, but I don't like /etc/inittab.
Last edited by crocket on Sun Jan 24, 2021 9:42 am; edited 1 time in total |
|
Back to top |
|
 |
Ionen Veteran

Joined: 06 Dec 2018 Posts: 1763
|
Posted: Sun Jan 24, 2021 6:17 am Post subject: |
|
|
It's already not used by openrc, it's sysvinit that use it working in concert with openrc.
But openrc comes with "openrc-init" that can be used as a replacement to sysvinit if you wish (I've used that for a while myself), things like agetty will be managed by normal openrc boot scripts instead (e.g. can use /etc/conf.d to setup ttys individually or even auto-login if need be -- instead of inittab).
With USE=sysv-utils on openrc you'll receive compatibility stuff (a /sbin/init symlink, reboot/shutdown wrapper scripts, agetty in default runlevel, etc...)
https://wiki.gentoo.org/wiki/OpenRC/openrc-init |
|
Back to top |
|
 |
crocket Guru

Joined: 29 Apr 2017 Posts: 465
|
Posted: Sun Jan 24, 2021 6:49 am Post subject: |
|
|
Thanks, man. |
|
Back to top |
|
 |
|