[opensuse-autoinstall] Autoyast missing packages
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 an error and we have to press 'enter' to continue... Thanks, John -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
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@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
On Thursday 12 June 2008, John Kennedy wrote:
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 an error and we have to press 'enter' to continue...
it can timeout via report section. http://www.suse.de/~ug/autoyast_doc/CreateProfile.Reporting.html -- 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 listening to: "Slave To The Wage" by Placebo -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (3)
-
Frank Steiner
-
John Kennedy
-
Uwe Gansert