]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
formatdomain: Update <loader/> example to match the rest
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Sep 2014 11:18:32 +0000 (13:18 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 12 Sep 2014 12:26:34 +0000 (14:26 +0200)
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>
docs/formatdomain.html.in

index a2ea758d571731042e8eb3e6bf8f5543c7fa80a2..5081be3c1e4f553a1a02325b6ad83d7ae3b9909f 100644 (file)
   ...
   &lt;os&gt;
     &lt;type&gt;hvm&lt;/type&gt;
-    &lt;loader readonly='on' type='rom'&gt;/usr/lib/xen/boot/hvmloader&lt;/loader&gt;
+    &lt;loader readonly='yes' 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;
     &lt;boot dev='hd'/&gt;
     &lt;boot dev='cdrom'/&gt;