Kvm setup missing step to make the qemu guest agent work. (#20993)

This commit is contained in:
Martin Otzen 2022-02-18 19:43:26 +01:00 committed by GitHub
parent a533d00ccc
commit ba99c6c59c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,7 +220,11 @@ _All these can be extended if your usage calls for more resources._
3. Choose “Generic Default” for the operating system
4. Check the box for “Customize configuration before install”
5. Select your bridge under “Network Selection”
6. Under customization select “Overview” -> “Firmware” -> “UEFI x86_64: …”.****
6. Under customization select “Overview” -> “Firmware” -> “UEFI x86_64: …”
7. Click "Add Hardware" (bottom left), and select "Channel"
8. Select device type: "unix"
9. Select name: "org.qemu.guest_agent.0"
10. Finally select "Begin Instalation" (upper left corner)
{% if page.installation_type == 'windows' or page.installation_type == 'linux' %}