Gentoo Archives: gentoo-user-de

From: Alexander Schmid <novalex@××××××××.de>
To:
Cc: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] bootsplash?
Date: Fri, 27 Aug 2004 13:19:40
Message-Id: 412F34C6.1030209@planetas.de
In Reply to: [gentoo-user-de] bootsplash? by Thomas Bruns
1 Hi !
2
3 In der http://gentoo-wiki.com/HOWTO_Framebuffer:Bootsplash:Grubsplash steht folgendes, was wohl das ist was Du suchst!?
4
5
6 Extending consolefont, framebuffer and bootsplash to all 12 virtual
7 terminals!
8
9 Open /etc/init.d/consolefont and change all instances of
10
11 for x in 1 2 3 4 5 6 7 8 9 10
12
13 to
14
15 for x in `seq 1 12`
16
17 Open /etc/conf.d/bootsplash.conf and change the following variable as
18 below.
19
20 BOOTSPLASH_TTYS="0 1 2 3 4 5 7 8 9 10 11"
21
22 For the above changes to take effect you can either reboot or restart
23 the above init.d scripts as below. Voila!
24
25 /etc/init.d/consolefont restart
26 /etc/init.d/bootsplash restart
27
28 Ciao aleXander!
29
30
31 Thomas Bruns wrote:
32
33 >Hallo,
34 >
35 >wie kann ich unter gentoo neue consolen bootsplahes installieren?
36 >
37 >Gruss
38 >THomas
39 >
40 >--
41 >gentoo-user-de@g.o mailing list
42 >
43 >
44 >
45
46
47
48 --
49 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] bootsplash? Thorsten Dikmann <th_mlist@×××××××.de>