Bug 188954 - sys-kernel/genkernel-3.4.8: Change suggested CONSOLE=/dev/tty1 to console=tty1
Bug#: 188954 Product:  Gentoo Hosted Projects Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: genkernel@gentoo.org Reported By: zzam@gentoo.org
Component: genkernel
URL: 
Summary: sys-kernel/genkernel-3.4.8: Change suggested CONSOLE=/dev/tty1 to console=tty1
Keywords:  
Status Whiteboard: 
Opened: 2007-08-15 08:40 0000
Description:   Opened: 2007-08-15 08:40 0000
genkernel called with parameters "--gensplash initrd" prints out these
suggested kernel-parameters:

* WARNING... WARNING... WARNING...
* Additional kernel cmdline arguments that *may* be required to boot
properly...
* add "vga=791 splash=silent,theme:default CONSOLE=/dev/tty1 quiet" if you use
a gensplash framebuffer ]

As I did some testing with baselayout (and according to Uberlord) CONSOLE
causes some strange issues and only sets environment. Using console=tty1 is
very much suggested. That really redirects /dev/console to the listed device.

Attached patch will change it.

------- Comment #1 From Matthias Schwarzott 2007-08-15 08:40:34 0000 -------
Created an attachment (id=128148) [details]
Change CONSOLE=/dev/tty1 to console=tty1

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-08-22 19:21:48 0000 -------
I've added this to SVN now... thanks!

It'll show up in genkernel 3.4.9_pre1 and above.

------- Comment #3 From Chris Gianelloni (RETIRED) 2007-08-22 19:54:16 0000 -------
Please test genkernel 3.4.9_prer1 or better.  This should be fixed now.

------- Comment #4 From Matthias Schwarzott 2007-08-22 21:02:56 0000 -------
Looks fine to me.