Merging multiple post-scripts with rules
I have just started using rules to handle the hardware/software combinations I have to build. I have a series of profiles to handle partitioning, a default profile to handle all of the other OS parameters, including a post install script to do some further customization. I also have several other post-install scripts I would like to run depending on a custom rule. The problem I have run into is that if my default.xml contains my standard post-install script (post.sh) and I try to have a rule to include another post-install script (bms.sh), only the post.sh script gets merged. When I remove post.sh from the default.xml, the bms.sh script gets merged. Is there a way to merge multiple post-scripts or are they supposed to be mutually exclusive? I am using SLES9 SP3. My rules file and profile files with the scripts are attached. Thanks for any insight anyone may have. -- Jeremy Silver jeremy@broadware.com
On Thursday 22 June 2006 00:36, Jeremy Silver wrote:
The problem I have run into is that if my default.xml contains my standard post-install script (post.sh) and I try to have a rule to include another post-install script (bms.sh), only the post.sh script gets merged. When I remove post.sh from the default.xml, the bms.sh script gets merged. Is there a way to merge multiple post-scripts or are they supposed to be mutually exclusive?
I am using SLES9 SP3. My rules file and profile files with the scripts are attached. Thanks for any insight anyone may have.
please read: http://www.suse.de/~ug/autoyast_doc/merging.html try to use the "dontmerge=1" hint. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de Fax: +49-(0)911-74053-476, Web: http://www.suse.de/~ug
Got it! I didn't understand what that was for until now. -----Original Message----- From: Uwe Gansert [mailto:ug@suse.de] Sent: Friday, June 23, 2006 3:32 AM To: suse-autoinstall@suse.com Subject: Re: [suse-autoinstall] Merging multiple post-scripts with rules On Thursday 22 June 2006 00:36, Jeremy Silver wrote:
The problem I have run into is that if my default.xml contains my standard post-install script (post.sh) and I try to have a rule to include another post-install script (bms.sh), only the post.sh script gets merged. When I remove post.sh from the default.xml, the bms.sh script gets merged. Is there a way to merge multiple post-scripts or are they supposed to be mutually exclusive?
I am using SLES9 SP3. My rules file and profile files with the scripts are attached. Thanks for any insight anyone may have.
please read: http://www.suse.de/~ug/autoyast_doc/merging.html try to use the "dontmerge=1" hint. -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany e-mail: uwe.gansert@suse.de Fax: +49-(0)911-74053-476, Web: http://www.suse.de/~ug -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (2)
-
Jeremy Silver
-
Uwe Gansert