Change terminal state, not terminal type

This commit is contained in:
Poul-Henning Kamp 2004-12-18 16:31:21 +00:00
parent 299738e78d
commit 3b08d5830b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139017

View File

@ -24,7 +24,7 @@ export PKG_DBDIR
sed -i "" -e /ttyd0/s/off/on/ ${WD}/etc/ttys
# Disable getty on syscons devices
sed -i "" -e '/ttyv[0-8]/s/on/off/' ${WD}/etc/ttys
sed -i "" -e '/^ttyv[0-8]/s/ on/ off/' ${WD}/etc/ttys
# Tell loader to use serial console early.
echo " -h" > ${WD}/boot.config