armvirt: base-files: add tty0 to inittab

tty0 is the default console for devices with screens/framebuffers.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
(cherry picked from commit e41b82f619)
This commit is contained in:
Mathew McBride 2022-09-05 16:56:49 +10:00 committed by Petr Štetiar
parent 067f252331
commit bacc385dc5
No known key found for this signature in database
GPG Key ID: 58EE120F30CC02D3

View File

@ -2,6 +2,7 @@
::shutdown:/etc/init.d/rcS K shutdown
ttyAMA0::askfirst:/usr/libexec/login.sh
ttyS0::askfirst:/usr/libexec/login.sh
tty0::askfirst:/usr/libexec/login.sh
hvc0::askfirst:/usr/libexec/login.sh
ttymxc0::askfirst:/usr/libexec/login.sh
ttymxc1::askfirst:/usr/libexec/login.sh