Fix path issue
This commit is contained in:
parent
00f4e5ca4e
commit
1044497c5f
7 changed files with 23 additions and 18 deletions
13
scripts/qemu/kde-neon
Executable file
13
scripts/qemu/kde-neon
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
qemu-system-x86_64 -enable-kvm --daemonize \
|
||||
-cpu host \
|
||||
-smp 4 \
|
||||
-drive format=raw,file=/media/platvoeten/VM/kde-neon.img,if=virtio \
|
||||
-boot d -cdrom /media/platvoeten/Downloads/neon-useredition-20170706-1018-amd64.iso \
|
||||
-m 4G \
|
||||
-name neon \
|
||||
-vga qxl \
|
||||
-spice port=5930,disable-ticketing \
|
||||
-device virtio-serial \
|
||||
-chardev spicevmc,id=vdagent,name=vdagent \
|
||||
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue