diff options
author | phk <phk@FreeBSD.org> | 2004-12-18 16:31:21 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-12-18 16:31:21 +0000 |
commit | 47c37eb87863e3e28ac45428b967c8c3152401ce (patch) | |
tree | 78644ccc74e512179cf41082d7fb8f2caf428835 /tools | |
parent | 6787654cb7ee9a6ca7ec7acb68d08e244b59d38a (diff) | |
download | FreeBSD-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/comconsole | 2 |
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 |