Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Including other files in an XML rules file
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Thu, 22 Feb 2007 16:25:39 +0100
- Message-id: <200702221625.39775.ug@xxxxxxx>
On Thursday 22 February 2007 05:20, Liam MacKenzie wrote:
> I've got quite a lot of standardisation across the machines yet each
> are slightly different. Is there a way to 'include' files in a build
> script?
either classes
http://www.suse.de/~ug/autoyast_doc/classes.html
or xinclude
</partitioning>
<xinclude:include href="http://1.2.3.4/include1.xml" />
</profile>
include1.xml:
<?xml version="1.0"?>
<!DOCTYPE software SYSTEM "profile.dtd">
<software xmlns:config="http://www.suse.com/1.0/configns">
<packages config:type="list">
<package>apache</package>
</packages>
</software>
--
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
now playing Diorama - Contradictive (Yes=No Version)
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> I've got quite a lot of standardisation across the machines yet each
> are slightly different. Is there a way to 'include' files in a build
> script?
either classes
http://www.suse.de/~ug/autoyast_doc/classes.html
or xinclude
</partitioning>
<xinclude:include href="http://1.2.3.4/include1.xml" />
</profile>
include1.xml:
<?xml version="1.0"?>
<!DOCTYPE software SYSTEM "profile.dtd">
<software xmlns:config="http://www.suse.com/1.0/configns">
<packages config:type="list">
<package>apache</package>
</packages>
</software>
--
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
now playing Diorama - Contradictive (Yes=No Version)
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |