Created
April 22, 2016 09:39
-
-
Save furkanmustafa/55805b2b6a2135f9824fb1efe6eb98ef to your computer and use it in GitHub Desktop.
Quickly start an iso with qemu (kvm)
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
#!/bin/sh -e | |
exec qemu-system-x86_64 -enable-kvm -cdrom $1 -m 1024 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment