Fix installation script after r230482 -- a missing character apparently.
Now, back to convalescing.
This commit is contained in:
parent
c6708f73b9
commit
d5d7f81a2c
@ -18,7 +18,7 @@ if [ $? -eq 0 ]; then
|
||||
# goes multiuser
|
||||
touch /tmp/bsdinstall_log
|
||||
tail -f /tmp/bsdinstall_log > /dev/ttyv2 &
|
||||
/usr/libexec/getty autologin ttyv3
|
||||
/usr/libexec/getty autologin ttyv3 &
|
||||
EXTERNAL_VTY_STARTED=1
|
||||
fi
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user