Do a test in a better way. Editing files after testing them is never wise.

This commit is contained in:
Nathan Whitehorn 2012-01-23 15:50:16 +00:00
parent dc8fd8f2b7
commit a630c48bfa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230483

View file

@ -13,7 +13,7 @@ if [ $? -eq 0 ]; then
# Syscons: use xterm, start interesting things on other VTYs
TERM=xterm
if [ "$EXTERNAL_VTY_STARTED" -ne 1 ]; then
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