diff options
author | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2012-01-23 16:17:54 +0000 |
---|---|---|
committer | Nathan Whitehorn <nwhitehorn@FreeBSD.org> | 2012-01-23 16:17:54 +0000 |
commit | 3fa1e8a27c1918f1505c1e73060f80ee3c919278 (patch) | |
tree | 24dd444f03e37be0e7ae7502513a8ae7d1351227 /release/rc.local | |
parent | a630c48bfa665a9b56402d6e9cb86f21e014958d (diff) | |
download | src-3fa1e8a27c1918f1505c1e73060f80ee3c919278.tar.gz src-3fa1e8a27c1918f1505c1e73060f80ee3c919278.zip |
Part of r230482 didn't actually work. Revert it for now. This means PR
161047 isn't actually fixed.
PR: bin/161047
Notes
Notes:
svn path=/head/; revision=230484
Diffstat (limited to 'release/rc.local')
-rwxr-xr-x | release/rc.local | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/release/rc.local b/release/rc.local index da4e77c91836..d84bcc2dde84 100755 --- a/release/rc.local +++ b/release/rc.local @@ -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 |