diff options
-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 |