Fix CONSOLE= handling code for bug 232012

cleanup-cruft
agaffney 17 years ago
parent 0a98792990
commit 64660f969f

@ -2,6 +2,9 @@
# Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni
# Distributed under the GPL v2
24 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
Fix CONSOLE= handling code for bug 232012
21 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> -gen_bootloader.sh,
-gen_bootloader_grub.awk:
Remove unneeded files for broken grub code

@ -131,7 +131,7 @@ do
export MLIST
;;
# Redirect output to a specific tty
CONSOLE\=*\|console\=*)
CONSOLE\=*|console\=*)
CONSOLE=`parse_opt "${x}"`
exec >${CONSOLE} <${CONSOLE} 2>&1
;;

Loading…
Cancel
Save