1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-28 15:31:22 +00:00

Update qemu-run

This commit is contained in:
sin 2013-09-06 08:11:37 +01:00
parent 777b681a99
commit f2ea5a4245

@ -7,4 +7,4 @@ ps -ef | grep vde_switch | grep "sock $vdesock" | grep -v grep > /dev/null || {
slirpvde -s "$vdesock" --dhcp --daemon -H '10.1.2.0/24' -L '2223:10.1.2.15:22'
}
qemu-system-x86_64 -enable-kvm -net nic,model=ne2k_pci -net vde,sock="${vdesock}" -kernel kernel/bzImage -initrd rootfs.img -append "quiet"
qemu-system-x86_64 -enable-kvm -smp 2 -m 1024 -net nic,model=ne2k_pci -net vde,sock="${vdesock}" -kernel kernel/bzImage -initrd rootfs.img -append "quiet"