2010-05-28

Ubuntu 10.04: Disable extra tty

1.vim /etc/default/console-setup file. This file defines how many ttys should you get.
Change ACTIVE_CONSOLES=”/dev/tty[1-6]” to the number of consoles you want. Lets say, 2 ttys, then change it to “/dev/tty[1-2]“.

2./etc/init/
comment out ttyX.conf files:
#respawn
#exec /sbin/getty -8 38400 tty1

No comments: