[opensuse-autoinstall] add_on_products

Hi Guys I have tried to add the following to my autoyast xml file but the section does not get actioned, any suggestions? <?xml version="1.0" ?> <!DOCTYPE profile (View Source for full doctype...)> - <profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> - <add-on> <add_on_products config:type="list" /> - <!-- All added 23/01/09 --> - <listentry> <media_url>http://download.videolan.org/pub/videolan/vlc/SuSE/11.0/</media_url> <product>VideoLan Repository</product> <product_dir>/</product_dir> </listentry> - <listentry> <media_url>http://download.opensuse.org/distribution/11.0/repo/oss/</media_url> <product /> <product_dir>/</product_dir> </listentry> - <listentry> <media_url>http://www.opensuse-education.org/download/repo/1.0/11.0</media_url> <product /> <product_dir>/</product_dir> </listentry> - <listentry> <media_url>http://download.opensuse.org/update/11.0/</media_url> <product /> <product_dir>/</product_dir> </listentry> - <listentry> <media_url>http://download.opensuse.org/distribution/11.0/repo/non-oss/</media_url> <product /> <product_dir>/</product_dir> </listentry> - <listentry> <media_url>http://ftp.skynet.be/pub/packman/suse/11.0/</media_url> <product /> <product_dir>/</product_dir> </listentry> - <listentry> <media_url>http://www2.ati.com/suse/11.0</media_url> <product /> <product_dir>/</product_dir> </listentry> </add-on> remainder of xml file -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org

on Tuesday 27 January 2009 John Drury wrote:
I have tried to add the following to my autoyast xml file but the section does not get actioned, any suggestions?
<add_on_products config:type="list" />
that's an empty "add_on_products" list. You have to remove the "/" and put an "</add_on_products>" at the end of your "<listentry>" listentry.
</listentry> </add_on_products> </add-on>
-- 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@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
John Drury
-
Uwe Gansert