From d9aed5a321e585b548aa90b4064aaffaed2ec7c3 Mon Sep 17 00:00:00 2001 From: Andrew Gaffney Date: Wed, 4 Feb 2009 07:31:45 -0600 Subject: [PATCH] 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 --- ChangeLog | 4 ++++ defaults/linuxrc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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\=*) -- 2.26.2