Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from Matthias...
authorChris Gianelloni <wolf31o2@gentoo.org>
Wed, 22 Aug 2007 19:22:42 +0000 (19:22 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Wed, 22 Aug 2007 19:22:42 +0000 (19:22 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@529 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
genkernel

index 7811a6d9ad04fdf97642b26430668c89b93e0574..13c9249533e2d9333e60125c41df127305cdd6ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
+  Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
+  Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
+
   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> 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,
index bd6dfa9124db96c164c1c7b8a9e64a7bbcb5aacc..2294f1827f8a3a5a8aab9734dbd7cc9e93f2c2d7 100755 (executable)
--- 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'