On Thursday 24 August 2006 20:37, Rafael Fernández López wrote:

> For that reason I'd like to know how to make *ALL* terminals console
> terminals, because at this time they end at Ctrl + Alt + F6, and Ctrl
> + Alt + F7 has no login petition.
>
> I've googled and had no results. I know that something important
> should be find in runlevels (my system starts number 3).

Ii did that by editing /etc/inittab from

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux

to

# TERMINALS
c1:12345:respawn:/sbin/agetty 38400 tty1 linux
c2:12345:respawn:/sbin/agetty 38400 tty2 linux
c3:12345:respawn:/sbin/agetty 38400 tty3 linux
c4:12345:respawn:/sbin/agetty 38400 tty4 linux
c5:12345:respawn:/sbin/agetty 38400 tty5 linux
c6:12345:respawn:/sbin/agetty 38400 tty6 linux
c7:12345:respawn:/sbin/agetty 38400 tty7 linux
c8:12345:respawn:/sbin/agetty 38400 tty8 linux
c9:12345:respawn:/sbin/agetty 38400 tty9 linux
c10:12345:respawn:/sbin/agetty 38400 tty10 linux
c11:12345:respawn:/sbin/agetty 38400 tty11 linux
c12:12345:respawn:/sbin/agetty 38400 tty12 linux

Not sure if terminals beyond 12 can be defined (and with which keyboard 
shortcut they are supposed to be activated)

There might be other (posssibly better and/or more correct) ways to get 
the same result.

-- 
gentoo-user@gentoo.org mailing list

Reply via email to