forked from Ivasoft/openwrt
x86: add kvm_guest subtarget Add a KVM guest subtarget to the x86 target. Since VirtIO is the preferred I/O virtualization platform for kvm, this target expects it's root device to be /dev/vda.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 22944
This commit is contained in:
5
target/linux/x86/kvm_guest/base-files/etc/inittab
Normal file
5
target/linux/x86/kvm_guest/base-files/etc/inittab
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user