RE: [opensuse-autoinstall] Specifying a local (i.e. on DVD) Add-On Repository in add_on_products.xml for SLES 11 SP1
on Monday, July 25, 2011 Uwe Gansert wrote:
You can also try to specify the add-on in the autoyast XML file instead of the add_on_products.xml file Just add:
<add-on> <add_on_products config:type="list"> <listentry> <media_url>cd:///updates</media_url> <product>SuSE-Linux-Updates</product> <product_dir>/</product_dir> <name>MyUpdates</name> </listentry> </add_on_products> </add-on>
and remove the add_on_products.xml There is a bug in SP1 that relurl will not work in the autoyast XML file. It only works with the add_on_products.xml So you don't have to try relurl with the XML above.
Uwe, I tried this suggestion. In my testing I think that specifying the add-on product location in the autoinstall.xml file instead of in the add_on_products.xml file should allow me to get the results that I want. Thank you for this suggestion. -Jason This transmission may contain information that is privileged, confidential, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (1)
-
Jason Babicka