Created
December 29, 2013 16:23
-
-
Save pamolloy/8172013 to your computer and use it in GitHub Desktop.
Install, setup and run a QEMU image
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
| 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