[opensuse-autoinstall] Software Installation Source
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 -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
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
-- Darin Perusich Unix Systems Administrator Cognigen Corporation 395 Youngs Rd. Williamsville, NY 14221 Phone: 716-633-3463 Email: darinper@cognigencorp.com -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Darin Perusich wrote:
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@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Darin Perusich
-
LDB