|
|
9119d9 |
From 41e7c244a705ba252c69576011f76f40188b6541 Mon Sep 17 00:00:00 2001
|
|
|
9119d9 |
Message-Id: <41e7c244a705ba252c69576011f76f40188b6541@dist-git>
|
|
|
9119d9 |
From: Michal Privoznik <mprivozn@redhat.com>
|
|
|
9119d9 |
Date: Thu, 18 Sep 2014 11:45:36 +0200
|
|
|
9119d9 |
Subject: [PATCH] formatdomain: Update <loader/> example to match the rest
|
|
|
9119d9 |
|
|
|
9119d9 |
https://bugzilla.redhat.com/show_bug.cgi?id=1026772
|
|
|
9119d9 |
|
|
|
9119d9 |
At the beginning when I was inventing <loader/> attributes and
|
|
|
9119d9 |
<nvram/> I've introduced this @readonly attribute to the loader
|
|
|
9119d9 |
element. It accepted values 'on' and 'off'. However, later, during the
|
|
|
9119d9 |
review process, that has changed to 'yes' and 'no', but the example
|
|
|
9119d9 |
XML snippet wasn't updated, so while the description is correct, the
|
|
|
9119d9 |
example isn't.
|
|
|
9119d9 |
|
|
|
9119d9 |
Reported-by: Laszlo Ersek <lersek@redhat.com>
|
|
|
9119d9 |
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
|
|
|
9119d9 |
(cherry picked from commit dcf7d0423c1ad79e45df4ddd1cb619603cf221e7)
|
|
|
9119d9 |
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
|
|
|
9119d9 |
---
|
|
|
9119d9 |
docs/formatdomain.html.in | 2 +-
|
|
|
9119d9 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
9119d9 |
|
|
|
9119d9 |
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
|
|
|
9119d9 |
index a3ab5cf..b947848 100644
|
|
|
9119d9 |
--- a/docs/formatdomain.html.in
|
|
|
9119d9 |
+++ b/docs/formatdomain.html.in
|
|
|
9119d9 |
@@ -102,7 +102,7 @@
|
|
|
9119d9 |
...
|
|
|
9119d9 |
<os>
|
|
|
9119d9 |
<type>hvm</type>
|
|
|
9119d9 |
- <loader readonly='on' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
|
|
|
9119d9 |
+ <loader readonly='yes' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
|
|
|
9119d9 |
<nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/nvram/guest_VARS.fd</nvram>
|
|
|
9119d9 |
<boot dev='hd'/>
|
|
|
9119d9 |
<boot dev='cdrom'/>
|
|
|
9119d9 |
--
|
|
|
9119d9 |
2.1.0
|
|
|
9119d9 |
|