Mailinglist Archive: opensuse-autoinstall (62 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Software Installation Source
- From: LDB <thesource@xxxxxxxxxxx>
- Date: Fri, 21 Mar 2008 10:21:00 -0400
- Message-id: <47E3C44C.9060201@xxxxxxxxxxxxxxxxxx>
Darin Perusich wrote:
Yes, I did this, but they did not show up when I executed,
rug catalogs
.
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://192.168.18.5/suse/x86/10sp1/base</media_url>
<product>SLE_10_SP1_BASE</product>
<product_dir>/</product_dir>
</listentry>
<listentry>
<media_url>http://192.168.18.5/suse/x86/10sp1/sdk</media_url>
<product>SLE_10_SP1_SDK</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
Create the file add_on_products in the base your installation source, each line in the file should be the location of the additional sources.
For example, this add_on_products points to the openSUSE 10.3 non-oss and updates repos.
http://download.opensuse.org/distribution/10.3/repo/non-oss/
http://download.opensuse.org/update/10.3/
LDB wrote:
Is there an easy way of adding installation sources
during autoinstallation?
Preferably within the XML directives, but within
the post-installation script is sufficient as well.
Thanks,
LDB
Yes, I did this, but they did not show up when I executed,
rug catalogs
.
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://192.168.18.5/suse/x86/10sp1/base</media_url>
<product>SLE_10_SP1_BASE</product>
<product_dir>/</product_dir>
</listentry>
<listentry>
<media_url>http://192.168.18.5/suse/x86/10sp1/sdk</media_url>
<product>SLE_10_SP1_SDK</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |