Desktop scripts

This commit is contained in:
Sonny 2017-06-17 18:35:23 +02:00
parent 6079f98037
commit 639e4dbf2d
19 changed files with 321 additions and 0 deletions

11
scripts/qemu/debian-unstable Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
qemu-system-x86_64 -enable-kvm --daemonize \
-cpu host \
-drive format=raw,file="/media/platvoeten/VM/debian-unstable.img",if=virtio \
-m 4G \
-name "debian-unstable" \
-vga qxl \
-spice port="5922",disable-ticketing \
-device virtio-serial \
-chardev spicevmc,id=vdagent,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0