You are viewing a single comment's thread from:
RE: Minimal Vultr(and other) 1GB VPS ~ Optimal ZEN Secure Node Guide - Custom ISO install
All seems good, although the /etc/inittab file is not present ... any suggestion ?
All seems good, although the /etc/inittab file is not present ... any suggestion ?
Did you install
sysvinit-core
? After reboot the inittab file should be there, I forgotsystemd
init does not use the inittab (i should recommend to edit the inittab after reboot).After installing
sysvinit-core
and rebooting, you should be able to edit the/etc/inittab
file. Then you can invoke:# telinit q
This will command sysvinit to reread the inittab and it should terminate the useless gettys.
I have edited the main guide to address this issue -- please let me know if it works!