[yast-commit] r63276 - in /trunk/autoinstallation: VERSION package/autoyast2.changes src/include/xml.ycp

Author: ug Date: Thu Jan 27 09:53:27 2011 New Revision: 63276 URL: http://svn.opensuse.org/viewcvs/yast?rev=63276&view=rev Log: rel_url in CDATA again Modified: trunk/autoinstallation/VERSION trunk/autoinstallation/package/autoyast2.changes trunk/autoinstallation/src/include/xml.ycp Modified: trunk/autoinstallation/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/VERSION?rev=6327... ============================================================================== --- trunk/autoinstallation/VERSION (original) +++ trunk/autoinstallation/VERSION Thu Jan 27 09:53:27 2011 @@ -1 +1 @@ -2.20.4 +2.20.5 Modified: trunk/autoinstallation/package/autoyast2.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast... ============================================================================== --- trunk/autoinstallation/package/autoyast2.changes (original) +++ trunk/autoinstallation/package/autoyast2.changes Thu Jan 27 09:53:27 2011 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 27 09:52:32 CET 2011 - ug@suse.de + +- added rel_url to CDATA again (needed for ISO on NFS) +- 2.20.5 + +------------------------------------------------------------------- Wed Jan 19 15:15:20 CET 2011 - jsrain@suse.cz - adaptations for unattended migration (fate#310481) Modified: trunk/autoinstallation/src/include/xml.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/xml.... ============================================================================== --- trunk/autoinstallation/src/include/xml.ycp (original) +++ trunk/autoinstallation/src/include/xml.ycp Thu Jan 27 09:53:27 2011 @@ -99,7 +99,8 @@ "net-udev":"rule" ]; - doc["cdataSections"] = ["source", "info_file", "file_contents", "pxelinux-config", "location", "script_source"]; + // rel_url needed for ISO files on NFS + doc["cdataSections"] = ["source", "info_file", "file_contents", "pxelinux-config", "location", "script_source", "rel_url"]; // doc["systemID"] = "/usr/share/autoinstall/dtd/profile.dtd"; doc["rootElement"] = "profile"; doc["nameSpace"] = "http://www.suse.com/1.0/yast2ns"; -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ug@svn2.opensuse.org