diff options
author | Michael Büsch <mb@bu3sch.de> | 2010-08-08 18:36:38 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2010-08-08 18:36:38 +0000 |
commit | ce6321945f5980105e5980076b738a3f83e48dcc (patch) | |
tree | 1682db393e1b5529e485b4bfcfa5303b90262822 /target/linux/omap24xx/base-files/etc/inittab | |
parent | 30035993e16200dc6c83fae596182409c9b80daa (diff) | |
download | upstream-ce6321945f5980105e5980076b738a3f83e48dcc.tar.gz upstream-ce6321945f5980105e5980076b738a3f83e48dcc.tar.bz2 upstream-ce6321945f5980105e5980076b738a3f83e48dcc.zip |
omap24xx: Add working inittab and watchdog init script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22534 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap24xx/base-files/etc/inittab')
-rw-r--r-- | target/linux/omap24xx/base-files/etc/inittab | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/omap24xx/base-files/etc/inittab b/target/linux/omap24xx/base-files/etc/inittab new file mode 100644 index 0000000000..e39d2f158f --- /dev/null +++ b/target/linux/omap24xx/base-files/etc/inittab @@ -0,0 +1,5 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K stop +tts/0::askfirst:/bin/ash --login +ttyS2::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login |