Re: [opensuse-autoinstall] Adding updates to SLES 11 SP1 CD-ROM

Re-sending to the list without HTML... 2010/11/19 Erico Mendonça <erico.mendonca@gmail.com>
On Thu, Nov 18, 2010 at 5:49 PM, Patrick J. LoPresti <lopresti@gmail.com> wrote:
So my question is, what URL should I use to reference an add-on product on my CD-ROM? If "file:///updates" is supposed to work, how should I go about debugging this?
I use it like this:
<add-on> <add_on_products config:type="list"> <listentry> <media_url>cd:///myaddon</media_url> <product>MyAddon</product> <product_dir>/</product_dir> <name>My own add-on</name> <signature-handling> <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> <accept_verification_failed config:type="boolean">true</accept_verification_failed> </signature-handling> </listentry> </add_on_products> </add-on>
This allows me to place my own unsigned repository (created with createrepo) on the root of the CDROM (at /myaddon).
-- -- Erico
-- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (1)
-
Erico Mendonça