From: Steven Barth Date: Tue, 24 Sep 2013 13:36:33 +0000 (+0000) Subject: uml: work-around console issue with procd X-Git-Tag: reboot~9149 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=777e69451d48ad5ae4a26afb968d604007bc2e6e;p=openwrt%2Fstaging%2Fchunkeey.git uml: work-around console issue with procd SVN-Revision: 38164 --- 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