Mailinglist Archive: yast-commit (939 mails)
| < Previous | Next > |
[yast-commit] r53278 - in /trunk/autoinstallation: package/autoyast2.changes src/include/xml.ycp
- From: ug@xxxxxxxxxxxxxxxx
- Date: Thu, 13 Nov 2008 14:15:48 -0000
- Message-id: <20081113141549.179633A12C@xxxxxxxxxxxxxxxx>
Author: ug
Date: Thu Nov 13 15:15:48 2008
New Revision: 53278
URL: http://svn.opensuse.org/viewcvs/yast?rev=53278&view=rev
Log:
fixed compatibility to networking rnc file
Modified:
trunk/autoinstallation/package/autoyast2.changes
trunk/autoinstallation/src/include/xml.ycp
Modified: trunk/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=53278&r1=53277&r2=53278&view=diff
==============================================================================
--- trunk/autoinstallation/package/autoyast2.changes (original)
+++ trunk/autoinstallation/package/autoyast2.changes Thu Nov 13 15:15:48 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Nov 13 15:15:00 CET 2008 - ug@xxxxxxx
+
+- fixed compatibility to networking rnc file
+
+-------------------------------------------------------------------
Wed Nov 12 12:39:38 CET 2008 - ug@xxxxxxx
- country settings moved beyond pre-script execution
Modified: trunk/autoinstallation/src/include/xml.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/xml.ycp?rev=53278&r1=53277&r2=53278&view=diff
==============================================================================
--- trunk/autoinstallation/src/include/xml.ycp (original)
+++ trunk/autoinstallation/src/include/xml.ycp Thu Nov 13 15:15:48 2008
@@ -95,7 +95,8 @@
"dont_merge":"element",
"keys":"keyid",
"pathlist":"path",
- "proposals":"proposal"
+ "proposals":"proposal",
+ "net-udev":"rule"
];
doc["cdataSections"] = ["source", "info_file", "file_contents",
"pxelinux-config"];
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Thu Nov 13 15:15:48 2008
New Revision: 53278
URL: http://svn.opensuse.org/viewcvs/yast?rev=53278&view=rev
Log:
fixed compatibility to networking rnc file
Modified:
trunk/autoinstallation/package/autoyast2.changes
trunk/autoinstallation/src/include/xml.ycp
Modified: trunk/autoinstallation/package/autoyast2.changes
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/package/autoyast2.changes?rev=53278&r1=53277&r2=53278&view=diff
==============================================================================
--- trunk/autoinstallation/package/autoyast2.changes (original)
+++ trunk/autoinstallation/package/autoyast2.changes Thu Nov 13 15:15:48 2008
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Thu Nov 13 15:15:00 CET 2008 - ug@xxxxxxx
+
+- fixed compatibility to networking rnc file
+
+-------------------------------------------------------------------
Wed Nov 12 12:39:38 CET 2008 - ug@xxxxxxx
- country settings moved beyond pre-script execution
Modified: trunk/autoinstallation/src/include/xml.ycp
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/src/include/xml.ycp?rev=53278&r1=53277&r2=53278&view=diff
==============================================================================
--- trunk/autoinstallation/src/include/xml.ycp (original)
+++ trunk/autoinstallation/src/include/xml.ycp Thu Nov 13 15:15:48 2008
@@ -95,7 +95,8 @@
"dont_merge":"element",
"keys":"keyid",
"pathlist":"path",
- "proposals":"proposal"
+ "proposals":"proposal",
+ "net-udev":"rule"
];
doc["cdataSections"] = ["source", "info_file", "file_contents",
"pxelinux-config"];
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |