2014-09-23 21:27:47 +00:00
|
|
|
From ebc6db93895fdba68f53dc22308ada6d31f7b3b9 Mon Sep 17 00:00:00 2001
|
2014-09-18 19:36:06 +00:00
|
|
|
From: Michal Privoznik <mprivozn@redhat.com>
|
|
|
|
Date: Fri, 12 Sep 2014 13:18:32 +0200
|
|
|
|
Subject: [PATCH] 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>
|
|
|
|
(cherry picked from commit dcf7d0423c1ad79e45df4ddd1cb619603cf221e7)
|
|
|
|
---
|
|
|
|
docs/formatdomain.html.in | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
|
|
|
|
index a2ea758..5081be3 100644
|
|
|
|
--- a/docs/formatdomain.html.in
|
|
|
|
+++ b/docs/formatdomain.html.in
|
|
|
|
@@ -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'/>
|