Last active
June 28, 2020 04:00
-
-
Save henriquegogo/0aa4ef23e1d0298a4e5989d933d14c74 to your computer and use it in GitHub Desktop.
Scripts to create and run qemu VMs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu-img create -f qcow2 "$@" 80G |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kvm \ | |
-cpu host \ | |
-m 4096M \ | |
-soundhw hda \ | |
-net nic -net user \ | |
-vga virtio \ | |
"$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment