[PATCH aeolus-cli] BZ804543 Removed Optional Element for rootpw in tdl

mtaylor at redhat.com mtaylor at redhat.com
Wed May 23 18:14:48 UTC 2012


From: Martyn Taylor <mtaylor at redhat.com>

---
 examples/tdl.rng |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/examples/tdl.rng b/examples/tdl.rng
index e302a3a..b7eae58 100644
--- a/examples/tdl.rng
+++ b/examples/tdl.rng
@@ -79,11 +79,9 @@
                 <ref name='iso'/>
               </choice>
             </element>
-            <optional>
-              <element name='rootpw'>
-                <text/>
-              </element>
-            </optional>
+            <element name='rootpw'>
+              <text/>
+            </element>
             <optional>
               <element name='key'>
                 <text/>
-- 
1.7.6.4




More information about the aeolus-devel mailing list