Mailinglist Archive: opensuse-autoinstall (47 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] Can't add add-on products in autoyast / opensuse 11.1
- From: Uwe Gansert <ug@xxxxxxx>
- Date: Thu, 16 Apr 2009 17:17:47 +0200
- Message-id: <200904161717.48026.ug@xxxxxxx>
On Wednesday 15 April 2009 17:25:33 Ivan De Masi wrote:
autoyast tries to add those repositories before it starts to feed the package
resolver. That makes sense, since some packages might be only available via
add-on.
If you do a DVD installation without network, then you should not add add-ons
that require a network connection. You should add them then via script at the
end of the installation ("zypper sa ..." or so).
right. You have no network - adding the add-on fails then
the order of the sections in the XML file is not important for autoyast. A
section on top or at the end of the profile is the same for autoyast.
there is a bug in the online_update client :(
do you have a /root/.suse_register.log?
Maybe there is something in there what went wrong.
You dont see an online update source with "zypper ls"?
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
I created a basic xml-file for installing opensuse 11.1 and I'm
installing from DVD.
My add-on section (at the top of the xml file!?) looks like this:
<add-on>
<add_on_products config:type="list">
<listentry>
<media_url>http://download.opensuse.org/update/11.1</media_url>
<product></product>
<product_dir></product_dir>
</listentry>
<listentry>
Right at the beginning I get error messages that the repositorys can't
be added.
autoyast tries to add those repositories before it starts to feed the package
resolver. That makes sense, since some packages might be only available via
add-on.
If you do a DVD installation without network, then you should not add add-ons
that require a network connection. You should add them then via script at the
end of the installation ("zypper sa ..." or so).
The y2log at this time says something like "can't resolve
download.opensuse.org".
right. You have no network - adding the add-on fails then
Is the add-on definition too early in this file (I didn't touch the
sequence created by autoyast UI) so that it is a problem with dns?
the order of the sections in the XML file is not important for autoyast. A
section on top or at the end of the profile is the same for autoyast.
Subsequent the
<do_online_update config:type="boolean">true</do_online_update> command
is ignored (I put this line at the end of the <software> section).
there is a bug in the online_update client :(
Also
<suse_register>
<do_registration config:type="boolean">true</do_registration>
<register_regularly config:type="boolean">true</register_regularly>
<submit_hwdata config:type="boolean">true</submit_hwdata>
<submit_optional config:type="boolean">false</submit_optional>
</suse_register>
is not processed.
do you have a /root/.suse_register.log?
Maybe there is something in there what went wrong.
You dont see an online update source with "zypper ls"?
Any ideas?
--
ciao, Uwe Gansert
Uwe Gansert, Server Technologies Team
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
Business: http://www.suse.de/~ug
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |