From: Andrew Gaffney Date: Thu, 13 Mar 2008 16:46:54 +0000 (+0000) Subject: Revert last commit as it wasn't a problem X-Git-Tag: v3.4.10.902~109 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2d0c095a796e6a77c498416ee80a1b4be2742027;p=genkernel.git Revert last commit as it wasn't a problem git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@643 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- diff --git a/ChangeLog b/ChangeLog index dae46bb..95a976f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Mar 2008; Andrew Gaffney generic/linuxrc: + Revert last commit as it wasn't a problem + 13 Mar 2008; Andrew Gaffney generic/linuxrc: Remove -c "/dev/console" from switch_root command diff --git a/generic/linuxrc b/generic/linuxrc index 3789855..768e2ce 100644 --- a/generic/linuxrc +++ b/generic/linuxrc @@ -657,7 +657,7 @@ then umount /proc || echo '*: Failed to unmount the initrd /proc!' echo -e "${BOLD}.${NORMAL}" - exec switch_root "${CHROOT}" "${REAL_INIT:-/sbin/init}" "${INIT_OPTS}" + exec switch_root -c "/dev/console" "${CHROOT}" "${REAL_INIT:-/sbin/init}" "${INIT_OPTS}" fi splash 'verbose'