imx6: override default inittab to add video console tty
Adds the following to the default inittab tty1::askfirst:/bin/ash --login Signed-off-by: Tim Harvey <tharvey@gateworks.com>
This commit is contained in:
parent
a2386c384d
commit
7419b9497f
1 changed files with 4 additions and 0 deletions
4
target/linux/imx6/base-files/etc/inittab
Normal file
4
target/linux/imx6/base-files/etc/inittab
Normal file
|
@ -0,0 +1,4 @@
|
|||
::sysinit:/etc/init.d/rcS S boot
|
||||
::shutdown:/etc/init.d/rcS K shutdown
|
||||
::askconsole:/bin/ash --login
|
||||
tty1::askfirst:/bin/ash --login
|
Loading…
Reference in a new issue