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'