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
|
# install spice-vdagent for spice and vdagent
|
||||||
# libvirt-daemon for /shrug
|
# libvirt-daemon for /shrug
|
||||||
SPICE_PORT=5924
|
SPICE_PORT=5924
|
||||||
|
# change drive if needed (default: /dev/sdb)
|
||||||
qemu-system-x86_64 \
|
qemu-system-x86_64 \
|
||||||
-enable-kvm \
|
-enable-kvm \
|
||||||
-daemonize \
|
-daemonize \
|
||||||
|
@ -16,7 +17,7 @@ qemu-system-x86_64 \
|
||||||
-vga qxl \
|
-vga qxl \
|
||||||
-boot d \
|
-boot d \
|
||||||
-cdrom win.iso \
|
-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 \
|
-spice port=${SPICE_PORT},disable-ticketing \
|
||||||
-device virtio-serial \
|
-device virtio-serial \
|
||||||
-chardev spicevmc,id=vdagent,name=vdagent \
|
-chardev spicevmc,id=vdagent,name=vdagent \
|
||||||
|
|
Loading…
Reference in a new issue