morpheus

suckless linux distro
git clone git://git.2f30.org/morpheus
Log | Files | Refs | Submodules | README | LICENSE

commit fee3cf84a377dd6990824556185063c671056d53
parent 8b0476130d74fccd3506a6e32453f690fff7a8e6
Author: sin <sin@2f30.org>
Date:   Thu,  5 Sep 2013 14:29:17 +0100

Enable kvm for qemu-run

Diffstat:
Mqemu-run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemu-run b/qemu-run @@ -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 -net nic,model=ne2k_pci -net vde,sock="${vdesock}" -kernel kernel/bzImage -initrd rootfs.img -append "quiet" +qemu-system-x86_64 -enable-kvm -net nic,model=ne2k_pci -net vde,sock="${vdesock}" -kernel kernel/bzImage -initrd rootfs.img -append "quiet"