on Tuesday 10 August 2010 Pierre Girard wrote:
in opensuse 11.1 we had the update repository in autoyast and after the installation, the existing updates were already applied. In 11.2 we got an error message during the installation and 11.3 seems to be doing the same. Any idea how to set up an update repo in autoyast or is this no longer possible?
hm. this is the second report where someone seems to have problems with the new CDATA for media_url. I'll have to take a closer look at that ASAP. In the meantime, can you try to workaround that with a pre-script? Change the /tmp/profile/autoinst.xml file and store it to /tmp/profile/modified.xml (see pre-script documentation in the autoyast docu too). Another customer used this sed-command with success for that: sed "/media_url/s@<!\[CDATA\[\(.*\)\]\]>@\1@g" /tmp/profile/autoinst.xml > /tmp/profile/modified.xml maybe it works for you too as a workaround.
I was just adding something like: <listentry> <media_url><![CDATA[nfs://nfs.example.com/suse/opensuse/update/11.3]]></med ia_url> <product>local updates</product> <product_dir>/</product_dir> </listentry>
the new CDATA seems to make troube sometimes. I have no explanation for that yet but I'll check it.
I was also wondering if there's a way to configure automatic updates from that repo, maybe once a week.
<online_update_configuration> <auto_agree_with_licenses config:type="boolean">true</auto_agree_with_licenses> <enable_automatic_online_update config:type="boolean">true</enable_automatic_online_update> <skip_interactive_patches config:type="boolean">true</skip_interactive_patches> <update_interval>weekly</update_interval> </online_update_configuration> -- ciao, Uwe Gansert Uwe Gansert SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug listening to: "Rache" by Unheilig -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org