Gentoo Archives: gentoo-dev

From: Sven Vermeulen <swift@g.o>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] limiting the number of virtual consoles in user mode linux
Date: Wed, 09 Jul 2003 07:52:35
Message-Id: 20030709075035.GA1099@Dimosys.pandora.be
In Reply to: [gentoo-dev] limiting the number of virtual consoles in user mode linux by Anupam Kapoor
1 On Wed, Jul 09, 2003 at 12:43:34PM -0700, Anupam Kapoor wrote:
2 > is it possible to limit the number of virtual consoles that are spawned
3 > when a user mode linux kernel boots ? right now, i have 8 virtual
4 > consoles (vc0-vc7) launched when i boot a gentoo uml kernel.
5
6 Edit /etc/init.d/consolefont, search for the string
7 for x in 1 2 3 4 5 6 7 8 9 10
8 and change it to
9 for x in 1 2
10 to obtain 2 vc's...
11
12 Wkr,
13 Sven Vermeulen
14
15 --
16 Thanks to DRM, you know that something has been built in environment of
17 unspecified degree of security, from source you cannot check, written by
18 programmers you don't know, released after passing QA of unknown quality and
19 which is released under a license that disclaims any responsibility...

Replies

Subject Author
Re: [gentoo-dev] limiting the number of virtual consoles in user mode linux Anupam Kapoor <anupamk@×××××××××.net>