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 | 8c584dea33e357a76651ec7d742e1e566c6fff1a (patch) | |
tree | e4880d552b580775196c9689409b8f3dec58be95 /target/linux/x86/xen_domu/base-files | |
parent | 134da0b178fa0dccd8031165378f5d2f68b52ca4 (diff) | |
download | upstream-8c584dea33e357a76651ec7d742e1e566c6fff1a.tar.gz upstream-8c584dea33e357a76651ec7d742e1e566c6fff1a.tar.bz2 upstream-8c584dea33e357a76651ec7d742e1e566c6fff1a.zip |
[x86] add Xen DomU subtarget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19610 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |