From: Chris Gianelloni Date: Wed, 22 Aug 2007 19:22:42 +0000 (+0000) Subject: Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from Matthias... X-Git-Tag: v3.4.10.902~223 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=17f9f93afa1436bd3811179f83ac667c58693008;p=genkernel.git Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from Matthias Schwarzott for bug #188954. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@529 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index 7811a6d..13c9249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Aug 2007; Chris Gianelloni genkernel: + Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from + Matthias Schwarzott for bug #188954. + 22 Aug 2007; Chris Gianelloni alpha/modules_load, ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load, xen0/modules_load, diff --git a/genkernel b/genkernel index bd6dfa9..2294f18 100755 --- a/genkernel +++ b/genkernel @@ -380,7 +380,7 @@ then echo print_info 1 'WARNING... WARNING... WARNING...' print_info 1 'Additional kernel cmdline arguments that *may* be required to boot properly...' - [ "${GENSPLASH}" -eq '1' ] && print_info 1 "add \"vga=791 splash=silent,theme:${GENSPLASH_THEME} CONSOLE=/dev/tty1 quiet\" if you use a gensplash framebuffer ]" + [ "${GENSPLASH}" -eq '1' ] && print_info 1 "add \"vga=791 splash=silent,theme:${GENSPLASH_THEME} console=tty1 quiet\" if you use a gensplash framebuffer ]" [ "${BOOTSPLASH}" -eq '1' ] && print_info 1 'add "vga=791 splash=silent" if you use a bootsplash framebuffer' [ "${LVM2}" -eq '1' ] && print_info 1 'add "dolvm2" for lvm2 support' [ "${EVMS2}" -eq '1' ] && print_info 1 'add "doevms2" for evms support'