diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2010-06-21 11:59:59 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2010-06-21 11:59:59 +0000 |
commit | 4732fe97183db6317e3f0c2d92819573587f3165 (patch) | |
tree | 35e87875002eec0e210c0f24afa04584e8b3a54c /target/linux/omap35xx/gumstix/base-files/etc/inittab | |
parent | 69c1095dccacd5765c5e119f54e23c86aae76b62 (diff) | |
download | mtk-20170518-4732fe97183db6317e3f0c2d92819573587f3165.zip mtk-20170518-4732fe97183db6317e3f0c2d92819573587f3165.tar.gz mtk-20170518-4732fe97183db6317e3f0c2d92819573587f3165.tar.bz2 |
Refactor omap35xx sub-targets to cater for beagleboard and gumstix overo
SVN-Revision: 21858
Diffstat (limited to 'target/linux/omap35xx/gumstix/base-files/etc/inittab')
-rw-r--r-- | target/linux/omap35xx/gumstix/base-files/etc/inittab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/omap35xx/gumstix/base-files/etc/inittab b/target/linux/omap35xx/gumstix/base-files/etc/inittab new file mode 100644 index 0000000..95c7637 --- /dev/null +++ b/target/linux/omap35xx/gumstix/base-files/etc/inittab @@ -0,0 +1,8 @@ +# inittab for Gumstix board +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K stop +tts/0::askfirst:/bin/ash --login +ttyS0::askfirst:/bin/ash --login +ttyS1::askfirst:/bin/ash --login +ttyS2::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login |