RE: Minimal Vultr(and other) 1GB VPS ~ Optimal ZEN Secure Node Guide - Custom ISO install

You are viewing a single comment's thread from:

Minimal Vultr(and other) 1GB VPS ~ Optimal ZEN Secure Node Guide - Custom ISO install

in zencash •  7 years ago 

All seems good, although the /etc/inittab file is not present ... any suggestion ?

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Did you install sysvinit-core? After reboot the inittab file should be there, I forgot systemd 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!