Skip to content

Instantly share code, notes, and snippets.

@furkanmustafa
Created April 22, 2016 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save furkanmustafa/55805b2b6a2135f9824fb1efe6eb98ef to your computer and use it in GitHub Desktop.
Save furkanmustafa/55805b2b6a2135f9824fb1efe6eb98ef to your computer and use it in GitHub Desktop.
Quickly start an iso with qemu (kvm)
#!/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