mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 03:23:09 +02:00
ef22716113
Back in the days when we could not override /etc/inittab, it made a lot of sense to rename ttyAM to ttyS since this was the only supported serial device(s), we can now just put in an appropriate /etc/inittab file now. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34469 3c298f89-4303-0410-b956-a3cf2f4a3e73
6 lines
170 B
Plaintext
6 lines
170 B
Plaintext
::sysinit:/etc/init.d/rcS S boot
|
|
::shutdown:/etc/init.d/rcS K shutdown
|
|
tts/0::askfirst:/bin/ash --login
|
|
ttyAM0::askfirst:/bin/ash --login
|
|
tty1::askfirst:/bin/ash --login
|