Mailinglist Archive: opensuse-autoinstall (58 mails)
| < Previous | Next > |
[opensuse-autoinstall] Problems using classes with SLES10
- From: "Michael T. Halligan" <michael@xxxxxxxxxxxx>
- Date: Sat, 25 Aug 2007 01:15:31 -0700
- Message-id: <504FF50D-1C3E-4813-95B0-860ABB1D15D0@xxxxxxxxxxxx>
I'm attempting to normalize our library of AutoYaST XML files, and am running into some problems
Here's how I'm calling the class in my autoinst.xml file :
<classes config:type="list">
<class>
<class_name>Database</class_name>
<configuration>Files.xml</configuration>
<configuration>Software.xml</configuration>
</class>
</classes>
Here's the file in classes/Database :
<software>
<packages config:type="list">
<package>findutils-locate</package>
<package>perl-Net-SNMP</package>
<package>rcs</package>
<package>seccheck</package>
<package>net-snmp</package>
<package>freetype2-devel</package>
<package>openssl-devel</package>
<package>freetype2</package>
<package>freetype2-devel</package>
<package>xorg-x11-devel</package>
<package>fontconfig-devel</package>
<package>libmcrypt</package>
<package>gd-devel</package>
<package>libpng-devel</package>
<package>compat-curl2</package>
<package>curl</package>
<package>curl-devel</package>
</packages>
<patterns config:type="list">
<pattern>base</pattern>
<pattern>Basis-Devel</pattern>
</patterns>
</software>
Here's the error I get on the console when attempting to install with this:
Software.xml:2: namespace error : Namespace prefix config for type on packages is not defined
<packages config:type="list">
^
Soft.xml:21: namespace error : Namespace prefix config for type on patterns is not defined
<patterns config:type="list">
^
What am I doing wrong here? I followed Uwe's documentation verbatim.
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |