diff options
author | Steven Barth <cyrus@openwrt.org> | 2013-09-24 13:36:33 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2013-09-24 13:36:33 +0000 |
commit | 777e69451d48ad5ae4a26afb968d604007bc2e6e (patch) | |
tree | 8300d06faf935de7f146be9d543ab93c69835732 | |
parent | 5016b6513c741554c2972f981cfd7160bb019bfb (diff) | |
download | upstream-777e69451d48ad5ae4a26afb968d604007bc2e6e.tar.gz upstream-777e69451d48ad5ae4a26afb968d604007bc2e6e.tar.bz2 upstream-777e69451d48ad5ae4a26afb968d604007bc2e6e.zip |
uml: work-around console issue with procd
SVN-Revision: 38164
-rw-r--r-- | target/linux/uml/base-files/etc/inittab | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/uml/base-files/etc/inittab b/target/linux/uml/base-files/etc/inittab new file mode 100644 index 0000000000..bd69b8d355 --- /dev/null +++ b/target/linux/uml/base-files/etc/inittab @@ -0,0 +1,4 @@ +::sysinit:/etc/init.d/rcS S boot +::shutdown:/etc/init.d/rcS K shutdown +::askconsole:/bin/ash --login +::respawn:/sbin/askfirst /dev/console /bin/ash --login |