Mailinglist Archive: opensuse-autoinstall (44 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] add_on_products media_url DVD
- From: Erico Mendonça <erico.mendonca@xxxxxxxxx>
- Date: Thu, 29 Jul 2010 11:08:44 -0300
- Message-id: <AANLkTim3v4enf5-k299BgJ4OsDDnr0m1aESCTnP_fhg+@xxxxxxxxxxxxxx>
2010/7/29 Erico Mendonça <erico.mendonca@xxxxxxxxx>:
Answering to my own question:
The correct media URL is cd:///repodir, where "repodir" is the
directory where your repository was copied on the installation media.
Also note that even so you will get an error, because your repo is
probably not signed (mine isn't yet). For now I added these tags to
the <add-on> section (inside the corresponding <listentry>):
<signature-handling>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_verification_failed
config:type="boolean">true</accept_verification_failed>
</signature-handling>
--
-- Erico
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
On Thu, Jul 29, 2010 at 5:28 AM, Vladimir Ondrus
<vladimir.ondrus@xxxxxxxxx> wrote:
media_url [path_on_media [product_1 [product_2 [....]]]
My question is:
How should media_url look like, when my update source is on the same
DVD as SLES10 SP3?
What a coincidence! I just asked the same question, except I'm using
the <add-on> XML tag... :)
I'm trying to do this on SLES11 SP1.
Answering to my own question:
The correct media URL is cd:///repodir, where "repodir" is the
directory where your repository was copied on the installation media.
Also note that even so you will get an error, because your repo is
probably not signed (mine isn't yet). For now I added these tags to
the <add-on> section (inside the corresponding <listentry>):
<signature-handling>
<accept_unsigned_file config:type="boolean">true</accept_unsigned_file>
<accept_verification_failed
config:type="boolean">true</accept_verification_failed>
</signature-handling>
--
-- Erico
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |