## Show login prompt on serial port
##
mv /etc/inittab /etc/inittab.sav
cat /etc/inittab.sav | awk '{gsub("6:2345:respawn:/sbin/mingetty
tty6","6:2345:respawn:/sbin/mingetty tty6\ns0:12345:respawn:/sbin/agetty 115200
ttyS0 vt100"); print}' >> /etc/inittab
##
## Allow root to login on the serial port
##
cat /etc/securetty | grep "^ttyS0" >/dev/null || echo ttyS0 >> /etc/securetty
12
Need help?
Do you have a question about the BL10e - HP ProLiant - 512 MB RAM and is the answer not in the manual?
Questions and answers