Comment out the exec line for console=*, since it seems to blow up when the param isn't a true device node, such as ttyS0,115200n8

cleanup-cruft
Andrew Gaffney 16 years ago
parent 040aa6f9bf
commit d9aed5a321

@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2 # Distributed under the GPL v2
04 Feb 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
Comment out the exec line for console=*, since it seems to blow up when
the param isn't a true device node, such as ttyS0,115200n8
19 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts, 19 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
Remove detect_sbp2_devices() for gentoo bug #239474 Remove detect_sbp2_devices() for gentoo bug #239474

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

Loading…
Cancel
Save