Mailinglist Archive: opensuse-autoinstall (87 mails)

< Previous Next >
Re: [opensuse-autoinstall] additional inst sources
  • From: Guenther Haas <guenther.haas@xxxxxx>
  • Date: Thu, 08 Feb 2007 17:38:50 +0100
  • Message-id: <45CB521A.5040009@xxxxxx>
Uwe Gansert wrote:
> On Thursday 08 February 2007 17:16, Guenther Haas wrote:
>
>> So what could be the problem or what is my mistake?
>> Do you have any idea?
>
> maybe signature-handling.
> http://www.suse.de/~ug/autoyast_doc/configuration.html#CreateProfile.General
> Although I'm wondering why it's working then if you put it into the
> add_on_prodcuts file

You are right. It doesn't work. Sorry!

Guenther Haas wrote:
> E.g. the section
>
> <add-on>
> <add_on_products config:type="list">
> <listentry>
> <media_url>http://packman.iu-bremen.de/suse/10.2/</media_url>
> <product>Packman</product>
> <product_dir>/</product_dir>
> </listentry>
> </add_on_products>
> </add-on>
>
> doesn't add the packman sources during auto installation. The only result
> is a short error message, that this source could not be added.
>
> But adding the line
>
> http://packman.iu-bremen.de/suse/10.2/
>
> in the file "add_on_products" in my main installation directory
> works fine,

That has not been a good example, as BOTH don't work for different
reasons (? & "Unknown Error: Downloading metadata failed...").


"Better" example:

This line in "add_on_products" works:

http://<SERVERNAME>/mirrors/opensuse/distribution/10.2/repo/non-oss

And this section in default.xml doesn't work:

<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://<SERVERNAME>/mirrors/opensuse/distribution/10.2/repo/non-oss/</media_url>
<product>Packman</product>
<product_dir>/</product_dir>
</listentry>
</add_on_products>
</add-on>


Guenther

--
Guenther Haas, Uni Ulm, Abteilung TAIT, guenther.haas@xxxxxx
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups