Custom package installation using AutoYaST
Hi I had customised the installation using AutoYaST. For adding my own package to install using AutoYaST, i had created a directory "custom" under "install_root/suse/". # ls suse i586 custom noarch nosrc setup src x86_64 In the control.xml i added the following portion <software> <addons config:type="list"> . </addons> <packages config:type="list"> . . </packages> <extra_packages> <package_location> custom </package_location> <packages config:type="list"> <package>glibc</package> <package>libnscd</package> </packages> </extra_packages> </software> But after installation my packages doesn't get installed. And i don't know whether AutoYaST read's <extra_packages> portion. Give ur valuable points over this. And i want to know which file contains the list of packages that AutoYaST read from control.xml. ________________________________________________________________________ Yahoo! India Matrimony: Find your life partner online Go to: http://yahoo.shaadi.com/india-matrimony
On Tuesday 26 April 2005 16:28, boopathy krishnamoorthy wrote:
I had customised the installation using AutoYaST. For adding my own package to install using AutoYaST, i had created a directory "custom" under "install_root/suse/". # ls suse i586 custom noarch nosrc setup src x86_64
In the control.xml i added the following portion <extra_packages> <package_location> custom </package_location> <packages config:type="list"> <package>glibc</package> <package>libnscd</package> </packages> </extra_packages> </software>
AFAIK since version 9.1 it's not necessary to enhance the autoast profile. Just do: cd INSTALLATION_ROOT/suse cp my.rpm ./i586/ create_package_descr -d . -x setup/descr/EXTRA_PROV at the next installation, the new RPM should be found -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nürnberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
participants (2)
-
boopathy krishnamoorthy
-
Uwe Gansert