Mailinglist Archive: opensuse-bugs (4369 mails)

< Previous Next >
[Bug 208527] New: autoyast autoinstall dtd is missing feedback and debug
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Wed, 27 Sep 2006 12:13:54 -0600 (MDT)
  • Message-id: <bug-208527-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=208527

Summary: autoyast autoinstall dtd is missing feedback and debug
Product: SUSE Linux 10.1
Version: Final
Platform: All
OS/Version: SLES 10
Status: NEW
Severity: Normal
Priority: P5 - None
Component: AutoYaST
AssignedTo: ug@xxxxxxxxxx
ReportedBy: lwong@xxxxxxxxxx
QAContact: qa@xxxxxxx


The dtd file /usr/share/autoinstall/dtd/scripts.dtd in package
autoyast2-installation-2.13.56-3.noarch.rpm or
autoyast2-installation-2.13.69-0.2.noarch.rpm do not include feedback or debug.

The following patch fixes this issue:

--- /usr/share/autoinstall/dtd/scripts.dtd 2006-06-19 06:53:57.000000000
-0700
+++ /p4/spt/1.0.0/src/resources/dtd/scripts.dtd 2006-08-11 17:38:45.000000000
-0700
@@ -18,8 +18,16 @@
<!ATTLIST chrooted
config:type CDATA #FIXED "boolean"
>
+<!ELEMENT feedback (#PCDATA)>
+<!ATTLIST feedback
+ config:type CDATA #FIXED "boolean"
+>
+<!ELEMENT debug (#PCDATA)>
+<!ATTLIST debug
+ config:type CDATA #FIXED "boolean"
+>

-<!ELEMENT script (#PCDATA | filename| interpreter|location| source|
chrooted)*>
+<!ELEMENT script (#PCDATA | filename| interpreter|location| source| chrooted|
feedback| debug)*>
<!ELEMENT filename (#PCDATA)>
<!-- <!ELEMENT location (#PCDATA)> -->
<!ELEMENT interpreter (#PCDATA)>


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >
This Thread
  • No further messages