Part of r230482 didn't actually work. Revert it for now. This means PR

161047 isn't actually fixed.

PR:		bin/161047
This commit is contained in:
Nathan Whitehorn 2012-01-23 16:17:54 +00:00
parent a630c48bfa
commit 3fa1e8a27c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230484

View file

@ -14,14 +14,12 @@ if [ $? -eq 0 ]; then
TERM=xterm
if [ -z "$EXTERNAL_VTY_STARTED" ]; then
vidcontrol -s 2 # Switch to a VTY with no kernel messages
# Init will clean these processes up if/when the system
# goes multiuser
touch /tmp/bsdinstall_log
tail -f /tmp/bsdinstall_log > /dev/ttyv2 &
/usr/libexec/getty autologin ttyv3
EXTERNAL_VTY_STARTED=1
trap "vidcontrol -s 1" EXIT
fi
else
# Serial or other console