Skip to content

Instantly share code, notes, and snippets.

@mortymacs
Created June 5, 2022 15:13
Show Gist options
  • Save mortymacs/137e25875cb3ce456373fad6425f993d to your computer and use it in GitHub Desktop.
Save mortymacs/137e25875cb3ce456373fad6425f993d to your computer and use it in GitHub Desktop.
qemu basic commands
$ qemu-img create arch.img 30G
$ qemu-system-x86_64 -boot d -cdrom archlinux-x86_64.iso -m 4096 -hda arch.img -net nic -net user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment