Revert last commit as it wasn't a problem
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 13 Mar 2008 16:46:54 +0000 (16:46 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 13 Mar 2008 16:46:54 +0000 (16:46 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@643 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
generic/linuxrc

index dae46bba640c875cd71818ea35bc8bf238f026bd..95a976f9b7327a2d3b6b78f0336c4213b4a7829e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
+  Revert last commit as it wasn't a problem
+
   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
   Remove -c "/dev/console" from switch_root command
 
index 3789855ba9411409507286b0c99f18a444885fc8..768e2ce8c924ec273464055ed9c9db42ebc7c834 100644 (file)
@@ -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'