diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 19:01:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-02-12 19:01:10 +0000 |
commit | cde615a0b48fee0c77e7aa3884ab46a61bb6a246 (patch) | |
tree | f34aaf80bdb4d08fdd2aa96859416df4921ce5b5 /target/linux/x86/xen_domu/base-files | |
parent | 4db8a057701c4a1180d00e4a6543e9135e040e3e (diff) | |
download | upstream-cde615a0b48fee0c77e7aa3884ab46a61bb6a246.tar.gz upstream-cde615a0b48fee0c77e7aa3884ab46a61bb6a246.tar.bz2 upstream-cde615a0b48fee0c77e7aa3884ab46a61bb6a246.zip |
add Xen DomU subtarget
SVN-Revision: 19610
Diffstat (limited to 'target/linux/x86/xen_domu/base-files')
-rw-r--r-- | target/linux/x86/xen_domu/base-files/etc/inittab | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/x86/xen_domu/base-files/etc/inittab b/target/linux/x86/xen_domu/base-files/etc/inittab new file mode 100644 index 0000000000..469b8a9a9f --- /dev/null +++ b/target/linux/x86/xen_domu/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 +hvc0::askfirst:/bin/ash --login +tty1::askfirst:/bin/ash --login |