I've been stumped on this one for days now and can't figure out what I'm doing wrong. I've signed the add_on_products.xml, I can point to the updates directory in the autoyast file and it works fine. The add_on_products.xml file does not add on the updates if I use that though. Here's the add_on_products.xml file: <?xml version="1.0"?> <add_on_products xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> <product_items config:type="list"> <product_item> <name>sles11 updates</name> <url>nfs://devlinux.pbsg.pvt/usr/sle11/sles11/x86_64/DVD/updates</url> <path>/</path> <ask_user config:type="boolean">false</ask_user> <selected config:type="boolean">true</selected> </product_item> </product_items> </add_on_products> And here's the add-on section in the autoyast file: <add-on> <add_on_products config:type="list"> <listentry> <media_url>nfs://devlinux.pbsg.pvt/usr/sle11/sles11/x86_64/DVD/updates</media_url> <product>updates</product> <product_dir>/</product_dir> </listentry> </add_on_products> </add-on> -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org