Fix path issue

This commit is contained in:
Sonny 2017-07-10 07:15:27 +02:00
parent 00f4e5ca4e
commit 1044497c5f
7 changed files with 23 additions and 18 deletions

View file

@ -1,6 +1,7 @@
#!/bin/bash
qemu-system-x86_64 -enable-kvm --daemonize \
-cpu host \
-smp 4 \
-drive format=raw,file="/media/platvoeten/VM/ubuntu/ubuntu-desktop.img",if=virtio \
-name "ubuntu-desktop" \
-vga qxl \
@ -9,4 +10,4 @@ qemu-system-x86_64 -enable-kvm --daemonize \
-spice port="5929",disable-ticketing \
-device virtio-serial \
-chardev spicevmc,id=vdagent,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0