From 5878147bb169957f0cf8e6bcad4de849841b6392 Mon Sep 17 00:00:00 2001
From: Gustav Geier <gustav.geier@fsmpi.rwth-aachen.de>
Date: Tue, 18 Mar 2014 08:06:45 +0100
Subject: [PATCH] Updated qemu instructions

---
 start_in_qemu.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/start_in_qemu.txt b/start_in_qemu.txt
index 4d53203..22290d8 100644
--- a/start_in_qemu.txt
+++ b/start_in_qemu.txt
@@ -1,3 +1,7 @@
+qemu-kvm -m 2G -drive file=/path/to/stick,if=scsi
+qemu -enable-kvm -m 2G -drive file=/data/data/stick.img,if=scsi
+
+Alte Optionen. Funktionieren (warscheinlich) nicht mit aktuellem Stick/Image
 qemu -boot c -m 128 -hda /dev/sdX -net none -localtime
 qemu-system-x86_64 -boot c -m 128 -hda /dev/sdX -net none -localtime
 qemu-i386 -boot c -m 128 -hda /dev/sdX -net none -localtime
-- 
GitLab