Desktop scripts
This commit is contained in:
parent
6079f98037
commit
639e4dbf2d
19 changed files with 321 additions and 0 deletions
12
scripts/qemu/ubuntu-desktop
Executable file
12
scripts/qemu/ubuntu-desktop
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
qemu-system-x86_64 -enable-kvm --daemonize \
|
||||
-cpu host \
|
||||
-drive format=raw,file="/media/platvoeten/VM/ubuntu/ubuntu-desktop.img",if=virtio \
|
||||
-name "ubuntu-desktop" \
|
||||
-vga qxl \
|
||||
-redir tcp:5560::22 \
|
||||
-m 3G \
|
||||
-spice port="5929",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