mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-14 04:19:09 +01:00
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:
parent
067f252331
commit
bacc385dc5
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue