Remove -c "/dev/console" from switch_root command
authorAndrew Gaffney <agaffney@gentoo.org>
Thu, 13 Mar 2008 16:28:25 +0000 (16:28 +0000)
committerAndrew Gaffney <agaffney@gentoo.org>
Thu, 13 Mar 2008 16:28:25 +0000 (16:28 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@642 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
generic/linuxrc

index ebc345b07df3623635fe767803331f4d36d176fc..dae46bba640c875cd71818ea35bc8bf238f026bd 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:
+  Remove -c "/dev/console" from switch_root command
+
   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
   Add missing $ to {NORMAL} for broken /dev message
 
index 768e2ce8c924ec273464055ed9c9db42ebc7c834..3789855ba9411409507286b0c99f18a444885fc8 100644 (file)
@@ -657,7 +657,7 @@ then
                umount /proc || echo '*: Failed to unmount the initrd /proc!'
        echo -e "${BOLD}.${NORMAL}"
 
-       exec switch_root -c "/dev/console" "${CHROOT}" "${REAL_INIT:-/sbin/init}" "${INIT_OPTS}"
+       exec switch_root "${CHROOT}" "${REAL_INIT:-/sbin/init}" "${INIT_OPTS}"
 fi
 
 splash 'verbose'