From: Andrew Gaffney Date: Wed, 4 Feb 2009 13:31:45 +0000 (-0600) Subject: Comment out the exec line for console=*, since it seems to blow up when the param... X-Git-Tag: v3.4.10.904~14 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d9aed5a321e585b548aa90b4064aaffaed2ec7c3;p=genkernel.git 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 --- diff --git a/ChangeLog b/ChangeLog index 4161ba6..dfbe9d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 04 Feb 2009; Andrew Gaffney 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 defaults/initrd.scripts, Remove detect_sbp2_devices() for gentoo bug #239474 diff --git a/defaults/linuxrc b/defaults/linuxrc index cade3e0..3fac6ad 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -132,7 +132,7 @@ do # Redirect output to a specific tty CONSOLE\=*|console\=*) CONSOLE=`parse_opt "${x}"` - exec >${CONSOLE} <${CONSOLE} 2>&1 +# exec >${CONSOLE} <${CONSOLE} 2>&1 ;; # /dev/md lvmraid\=*)