manual: No need to use sudo to run qemu

This commit is contained in:
Pavel Grunt 2016-04-22 15:09:05 +02:00
parent d3530802b3
commit be29eb0eea

View File

@ -240,7 +240,7 @@ population. I assume that you have a locally stored ISO of your
favourite operating system so you can use it for installation.
[source,sh]
host$ sudo qemu-kvm -boot order=dc -vga qxl \
host$ qemu-kvm -boot order=dc -vga qxl \
-spice port=3001,disable-ticketing -soundhw ac97 \
-device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \