Hello,
I've read the documentation regarding merging rules and classes but after reading it and some experimentation I haven't been able to make my Autoyast scripts work.
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.
Any help will be appreciated.
Pepe
Am 05.02.2008 um 07:16 schrieb Pepe Barbe:
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
autoinstall@lists.opensuse.org