Mailinglist Archive: opensuse-autoinstall (72 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Merging classes and rules
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Wed, 6 Feb 2008 15:13:46 +0100
- Message-id: <B55D8244-C493-4A0B-A1EC-D03F19AF1CAD@xxxxxxx>
Am 05.02.2008 um 07:16 schrieb Pepe Barbe:
<rule>
<result>
<dont_merge config:type="list">
<element>init-scripts</element>
</dont_merge>
....
should work
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I have the following setup (I am just using a pseudo structure):
A base class:
<profile>
<stuff minus partitioning/>
<scripts>
<init-scripts>
<script />
<script />
<script />
</init-scripts>
</scripts>
</profile>
A several rules that have the following basic structure:
<profile>
<classes />
<partitioning />
<scripts>
<init-scripts>
<script />
</init-scripts>
</scripts>
</profile>
In the second XML file I've tried using <dont_merge> with scripts, init-scripts and script. It didn't work. So I am not sure what do I have to do to get script in init-scripts in the rules file included in the XML that inherits from the base class.
<rule>
<result>
<dont_merge config:type="list">
<element>init-scripts</element>
</dont_merge>
....
should work
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |