moved comment about changing drives
This commit is contained in:
parent
2e914413cb
commit
14fe8439d8
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
# install spice-vdagent for spice and vdagent
|
||||
# libvirt-daemon for /shrug
|
||||
SPICE_PORT=5924
|
||||
# change drive if needed (default: /dev/sdb)
|
||||
qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-daemonize \
|
||||
|
@ -16,7 +17,7 @@ qemu-system-x86_64 \
|
|||
-vga qxl \
|
||||
-boot d \
|
||||
-cdrom win.iso \
|
||||
-drive file=/dev/sdb,cache=none,if=virtio \ # change drive if needed
|
||||
-drive file=/dev/sdb,cache=none,if=virtio \
|
||||
-spice port=${SPICE_PORT},disable-ticketing \
|
||||
-device virtio-serial \
|
||||
-chardev spicevmc,id=vdagent,name=vdagent \
|
||||
|
|
Loading…
Reference in a new issue