# 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,
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'