Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Console Terminal Gentoo
Date: Thu, 24 Aug 2006 18:53:36
Message-Id: 200608242111.18484.shrdlu@unlimitedmail.org
In Reply to: [gentoo-user] Console Terminal Gentoo by "Rafael Fernández López"
1 On Thursday 24 August 2006 20:37, Rafael Fernández López wrote:
2
3 > For that reason I'd like to know how to make *ALL* terminals console
4 > terminals, because at this time they end at Ctrl + Alt + F6, and Ctrl
5 > + Alt + F7 has no login petition.
6 >
7 > I've googled and had no results. I know that something important
8 > should be find in runlevels (my system starts number 3).
9
10 Ii did that by editing /etc/inittab from
11
12 # TERMINALS
13 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
14 c2:12345:respawn:/sbin/agetty 38400 tty2 linux
15 c3:12345:respawn:/sbin/agetty 38400 tty3 linux
16 c4:12345:respawn:/sbin/agetty 38400 tty4 linux
17 c5:12345:respawn:/sbin/agetty 38400 tty5 linux
18 c6:12345:respawn:/sbin/agetty 38400 tty6 linux
19
20 to
21
22 # TERMINALS
23 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
24 c2:12345:respawn:/sbin/agetty 38400 tty2 linux
25 c3:12345:respawn:/sbin/agetty 38400 tty3 linux
26 c4:12345:respawn:/sbin/agetty 38400 tty4 linux
27 c5:12345:respawn:/sbin/agetty 38400 tty5 linux
28 c6:12345:respawn:/sbin/agetty 38400 tty6 linux
29 c7:12345:respawn:/sbin/agetty 38400 tty7 linux
30 c8:12345:respawn:/sbin/agetty 38400 tty8 linux
31 c9:12345:respawn:/sbin/agetty 38400 tty9 linux
32 c10:12345:respawn:/sbin/agetty 38400 tty10 linux
33 c11:12345:respawn:/sbin/agetty 38400 tty11 linux
34 c12:12345:respawn:/sbin/agetty 38400 tty12 linux
35
36 Not sure if terminals beyond 12 can be defined (and with which keyboard
37 shortcut they are supposed to be activated)
38
39 There might be other (posssibly better and/or more correct) ways to get
40 the same result.
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Console Terminal Gentoo Etaoin Shrdlu <shrdlu@×××××××××××××.org>
Re: [gentoo-user] Console Terminal Gentoo Willie Wong <wwong@×××××××××.EDU>