Gentoo Archives: gentoo-dev

From: Zach Forrest <microserf@××××.ca>
To: gentoo-dev@g.o
Subject: [gentoo-dev] bootmisc...
Date: Wed, 02 Jan 2002 02:33:18
Message-Id: 3C32C6FB.8060601@shaw.ca
1 When passing "vga=extended" as a parameter during boot-up, the following
2 code in /etc/init.d/bootmisc seems to reset the console to "vga=normal".
3
4 if [ -c /dev/ttyp0 ]
5 then
6 chmod 666 /dev/tty[p-za-e][0-9a-f]
7 chown root:tty /dev/tty[p-za-e][0-9a-f]
8 fi
9
10 Any ideas as to why?
11
12 - Zach

Replies

Subject Author
Re: [gentoo-dev] bootmisc... Martin Schlemmer <azarah@g.o>