d3cda51994
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> SVN-Revision: 34469
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
|