Desktop scripts
This commit is contained in:
parent
6079f98037
commit
639e4dbf2d
19 changed files with 321 additions and 0 deletions
14
scripts/qemu/windows10
Executable file
14
scripts/qemu/windows10
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
## Windows 10 Virtio VM
|
||||
qemu-system-x86_64 -enable-kvm \
|
||||
-cpu host \
|
||||
-drive file=/media/platvoeten/Downloads/virtio-win-0.1.126.iso,index=3,media=cdrom \
|
||||
-cdrom /dev/cdrom \
|
||||
-drive format=raw,file=/media/platvoeten/VM/windows10.img,if=virtio \
|
||||
-netdev user,id=vmnic,smb=/home/platvoeten/Sync/Inholland,hostname=windows10 -device virtio-net,netdev=vmnic \
|
||||
-m 4G \
|
||||
-name "Windows 10" \
|
||||
-spice port=5928,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