› Forums › Network Management › ZeroShell › Zeroshell Command Menu › Reply To: Zeroshell Command Menu
September 29, 2010 at 6:22 am
#51123
Member
Hello! You need to modify the file
/etc/inittab
At the line
1:2345:respawn:/sbin/agetty -i -n -l /root/kerbynet.cgi/scripts/localman 38400 tty1
7:2345:respawn:/sbin/agetty -i -n -l /root/kerbynet.cgi/scripts/localman 38400 ttyS0
change them to
1:2345:respawn:/sbin/agetty 38400 tty1
7:2345:respawn:/sbin/agetty 38400 ttyS0
Make these changes permanent by putting them in a preboot script.