Switch example sound device to 'hda'

Recommended sound device for newer operating systems is Intel HD audio
(hda). Use this in the commandline examples.
This commit is contained in:
Jonathon Jongsma 2016-11-30 08:55:19 -06:00
parent 14f1303053
commit 4c99109329

View File

@ -241,7 +241,7 @@ favourite operating system so you can use it for installation.
[source,sh]
host$ qemu-kvm -boot order=dc -vga qxl \
-spice port=3001,disable-ticketing -soundhw ac97 \
-spice port=3001,disable-ticketing -soundhw hda \
-device virtio-serial -chardev spicevmc,id=vdagent,debug=0,name=vdagent \
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
-cdrom /path/to/your.iso /path/to/your.img