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:
Tim Harvey 2016-09-06 09:44:32 -07:00 committed by Felix Fietkau
parent a2386c384d
commit 7419b9497f

View 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