mirror of https://gitee.com/openkylin/libvirt.git
docs: Fix typo in the firmware value
firmware attribute from <os/> takes either 'efi' or 'bios' as its allowed values. However, the current documentation mistakenly mentions 'uefi' instead of 'efi'. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com>
This commit is contained in:
parent
572c50849c
commit
e34b5938a9
|
@ -128,7 +128,7 @@
|
|||
|
||||
<pre>
|
||||
...
|
||||
<os firmware='uefi'>
|
||||
<os firmware='efi'>
|
||||
<type>hvm</type>
|
||||
<loader readonly='yes' secure='no' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
|
||||
<nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/nvram/guest_VARS.fd</nvram>
|
||||
|
|
Loading…
Reference in New Issue