Remove -c "/dev/console" from switch_root command

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@642 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Andrew Gaffney 17 years ago
parent 2b0ce04048
commit a5aa9035a3

@ -2,6 +2,9 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $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: 13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
Add missing $ to {NORMAL} for broken /dev message Add missing $ to {NORMAL} for broken /dev message

@ -657,7 +657,7 @@ then
umount /proc || echo '*: Failed to unmount the initrd /proc!' umount /proc || echo '*: Failed to unmount the initrd /proc!'
echo -e "${BOLD}.${NORMAL}" 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 fi
splash 'verbose' splash 'verbose'

Loading…
Cancel
Save