Skip to content

Instantly share code, notes, and snippets.

@pamolloy
Created December 29, 2013 16:23
Show Gist options
  • Save pamolloy/8172013 to your computer and use it in GitHub Desktop.
Save pamolloy/8172013 to your computer and use it in GitHub Desktop.
Install, setup and run a QEMU image
aptitude update
aptitude full-upgrade
aptitude install qemu
qemu-img create -f qcow2 image.qcow2 5G
qemu -hda image.qcow2 -cdrom debian-7.2.0-i386-netinst.iso -boot d -m 256
qemu -hda image.qcow2 -m 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment