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
cleanup-cruft
Andrew Gaffney 17 years ago
parent a5aa9035a3
commit 2d0c095a79

@ -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

@ -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'

Loading…
Cancel
Save