diff options
Diffstat (limited to 'qemu.sh')
| -rwxr-xr-x | qemu.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,8 @@ image=$1 echo $image qemu-system-x86_64 -enable-kvm \ -drive format=raw,file=$image,if=virtio \ - -net none \ + -device virtio-net,netdev=network0 \ + -netdev user,id=network0 \ -m 512M \ -bios /usr/share/ovmf/x64/OVMF.fd \ -boot menu=on |
