mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Track /etc/ttys change to uart(4)
This commit is contained in:
parent
1b146a73ee
commit
fc0708f69f
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ FlashDevice () {
|
|||
|
||||
cust_comconsole () (
|
||||
# Enable getty on console
|
||||
sed -i "" -e /ttyd0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys
|
||||
sed -i "" -e /ttyu0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys
|
||||
|
||||
# Disable getty on syscons devices
|
||||
sed -i "" -e '/^ttyv[0-8]/s/ on/ off/' ${NANO_WORLDDIR}/etc/ttys
|
||||
|
|
|
|||
Loading…
Reference in a new issue