Mailinglist Archive: opensuse-autoinstall (87 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] additional inst sources
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Fri, 2 Feb 2007 13:27:15 +0100
- Message-id: <200702021327.16127.ug@xxxxxxx>
On Friday 02 February 2007 12:27, Lars Stavholm wrote:
> The local installation sources are already in place after installation.
> But how do I add some external installation sources in autoyast.xml?
> Do I have to use some post script trick or is there an easier way?
have you tried something like this?
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://software.opensuse.org/download/server:/dns/SLE_10/</media_url>
<product>buildservice</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
> The local installation sources are already in place after installation.
> But how do I add some external installation sources in autoyast.xml?
> Do I have to use some post script trick or is there an easier way?
have you tried something like this?
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://software.opensuse.org/download/server:/dns/SLE_10/</media_url>
<product>buildservice</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany
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 > |