Skip to content

Instantly share code, notes, and snippets.

@EgonSpengler
Created March 28, 2016 15:14
Show Gist options
  • Save EgonSpengler/b57c57935abf0ec91d75 to your computer and use it in GitHub Desktop.
Save EgonSpengler/b57c57935abf0ec91d75 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo qemu-system-x86_64 \
-enable-kvm \
-m 4096 \
-name fedora18 \
-vga qxl \
-spice port=8884,addr=127.0.0.1,disable-ticketing \
-kernel /boot/vmlinuz-3.11.10-100.fc18.x86_64 \
-initrd /boot/initramfs-3.11.10-100.fc18.x86_64.img \
-append root=/dev/sda \
-hda /dev/mapper/fedora_tyadam--dt-root \
-hdb /dev/mapper/fedora_tyadam--dt-data \
-hdc /dev/md126p1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment