Mailinglist Archive: opensuse-autoinstall (46 mails)
| < Previous | Next > |
[opensuse-autoinstall] Add on software and autoyast classes problems.
- From: "Salmon, Rene" <salmr0@xxxxxx>
- Date: Sun, 11 Jan 2009 02:19:10 -0000
- Message-id: <7E8D27758D889B418F815F0BB9EA34B304DF1924@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Hi,
I am trying to get use classes with autoyast. The class I am trying to
use also include an add-on product. My xml looks like this.
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.c
om/1.0/configns">
<deploy_image>
<image_installation config:type="boolean">false</image_installation>
</deploy_image>
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>nfs://1.2.3.4/data1/suse/SLES/sles-devel-
DVD1</media_url>
<product>SUSE Linux Enterprise Software Development
Kit</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
<software>
.
.
.
.</software>
<classes config:type="list">
<!-- Include the base class common to all machines -->
<class>
<class_name>BASE</class_name>
<configuration>base.xml</configuration>
<dont_merge config:type="list">
<element>script</element>
</dont_merge>
</class>
</profile>
If I merge the above xml and the base.xml into a single file myself and
run autoyast everything works fine. If I try to run the above xml and
the base.xml as a class autoyast complains with an error message that
states it can't find the add-on product.
Any ideas as to why? is there a particular place the add-on section
should go in? is there a particular order to get this to work?
thanks
Rene
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I am trying to get use classes with autoyast. The class I am trying to
use also include an add-on product. My xml looks like this.
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.c
om/1.0/configns">
<deploy_image>
<image_installation config:type="boolean">false</image_installation>
</deploy_image>
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>nfs://1.2.3.4/data1/suse/SLES/sles-devel-
DVD1</media_url>
<product>SUSE Linux Enterprise Software Development
Kit</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
<software>
.
.
.
.</software>
<classes config:type="list">
<!-- Include the base class common to all machines -->
<class>
<class_name>BASE</class_name>
<configuration>base.xml</configuration>
<dont_merge config:type="list">
<element>script</element>
</dont_merge>
</class>
</profile>
If I merge the above xml and the base.xml into a single file myself and
run autoyast everything works fine. If I try to run the above xml and
the base.xml as a class autoyast complains with an error message that
states it can't find the add-on product.
Any ideas as to why? is there a particular place the add-on section
should go in? is there a particular order to get this to work?
thanks
Rene
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |