Mailinglist Archive: opensuse-autoinstall (29 mails)

< Previous Next >
Re: [opensuse-autoinstall] Autoyast missing packages
  • From: Frank Steiner <fsteiner-mail1@xxxxxxxxxxxxxx>
  • Date: Fri, 13 Jun 2008 13:10:29 +0200
  • Message-id: <485255A5.3060603@xxxxxxxxxxxxxx>
John Kennedy wrote

All,
Is there a way to tell autoyast to ignore packages
that cannot be found?
We have one autoinst.xml for both i386 and x64
architectures. For 64bit we added the xxx-32bit
packages, but they do not exist in 32bit so autoyast
always throws

Make another xml containing the 32bit rpms, e.g. i386.xml. In rules.xml match the architecture and add the i386.xml only for i386 hosts.

:
:
<rule>
<arch>
<match>i386</match>
<match_type>exact</match_type>
</arch>
<result>
<profile>profiles/i386.xml</profile>
<continue config:type="boolean">true</continue>
</result>
</rule>
:
:

--
Dipl.-Inform. Frank Steiner Web: http://www.bio.ifi.lmu.de/~steiner/
Lehrstuhl f. Bioinformatik Mail: http://www.bio.ifi.lmu.de/~steiner/m/
LMU, Amalienstr. 17 Phone: +49 89 2180-4049
80333 Muenchen, Germany Fax: +49 89 2180-99-4049
* Rekursion kann man erst verstehen, wenn man Rekursion verstanden hat. *
--
To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
References