summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2004-12-18 16:31:21 +0000
committerphk <phk@FreeBSD.org>2004-12-18 16:31:21 +0000
commit47c37eb87863e3e28ac45428b967c8c3152401ce (patch)
tree78644ccc74e512179cf41082d7fb8f2caf428835 /tools
parent6787654cb7ee9a6ca7ec7acb68d08e244b59d38a (diff)
downloadFreeBSD-src-47c37eb87863e3e28ac45428b967c8c3152401ce.zip
FreeBSD-src-47c37eb87863e3e28ac45428b967c8c3152401ce.tar.gz
Change terminal state, not terminal type
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/nanobsd/Customize/comconsole2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/Customize/comconsole b/tools/tools/nanobsd/Customize/comconsole
index 316cf14..5fcfae7 100644
--- a/tools/tools/nanobsd/Customize/comconsole
+++ b/tools/tools/nanobsd/Customize/comconsole
@@ -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
OpenPOWER on IntegriCloud