mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 10:43:32 +00:00
Accept tty[ud]0 for console device
This commit is contained in:
parent
8eccad56d9
commit
5bfcb0b9b4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181751
@ -508,7 +508,7 @@ FlashDevice () {
|
||||
|
||||
cust_comconsole () (
|
||||
# Enable getty on console
|
||||
sed -i "" -e /ttyu0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys
|
||||
sed -i "" -e /tty[du]0/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 New Issue
Block a user