dotfiles/scripts/qemu/debian-unstable
2017-06-17 18:35:23 +02:00

11 lines
371 B
Bash
Executable file

#!/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