mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +03:00
formatdomain: Update <loader/> example to match the rest
At the beginning when I was inventing <loader/> attributes and <nvram/> I've introduced this @readonly attribute to the loader element. It accepted values 'on' and 'off'. However, later, during the review process, that has changed to 'yes' and 'no', but the example XML snippet wasn't updated, so while the description is correct, the example isn't. Reported-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
273b6581ca
commit
dcf7d0423c
@ -102,7 +102,7 @@
|
||||
...
|
||||
<os>
|
||||
<type>hvm</type>
|
||||
<loader readonly='on' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
|
||||
<loader readonly='yes' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
|
||||
<nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/nvram/guest_VARS.fd</nvram>
|
||||
<boot dev='hd'/>
|
||||
<boot dev='cdrom'/>
|
||||
|
Loading…
Reference in New Issue
Block a user