]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Fix typo in the firmware value
authorFabiano FidĂȘncio <fidencio@redhat.com>
Mon, 29 Apr 2019 10:32:31 +0000 (12:32 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 29 Apr 2019 14:53:26 +0000 (16:53 +0200)
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>
docs/formatdomain.html.in

index d27ab07cbb1893455c5c5e22b751d04837095185..e1da878fcc80144ac6d2811545038730a788d2c6 100644 (file)
 
 <pre>
 ...
-&lt;os firmware='uefi'&gt;
+&lt;os firmware='efi'&gt;
   &lt;type&gt;hvm&lt;/type&gt;
   &lt;loader readonly='yes' secure='no' type='rom'&gt;/usr/lib/xen/boot/hvmloader&lt;/loader&gt;
   &lt;nvram template='/usr/share/OVMF/OVMF_VARS.fd'&gt;/var/lib/libvirt/nvram/guest_VARS.fd&lt;/nvram&gt;