Hi, I am trying to add some RPMs from the oss repositoiy to the AutoYast installation. I used the following instructions: Suppose the source resides in myInstallSource ./create_update_source.sh myInstallSource cp -a myPackage-x86_64.rpm myInstallSource/updates/suse/x86_64 cd myInstallSource/updates/suse create_package_descr -x setup/descr/EXTRA_PROV cd setup/descr ls > directory.yast cd ../../.. create_sha1sums -x -n ./ And added following lines to the control XML file: <add-on> <add_on_products config:type="list"> <listentry> <media_url>nfs://"Server IP"/myInstallSource/updates</media_url> <product>SuSE-Linux-Updates</product> <ask_on_error config:type="boolean">true</ask_on_error> <product_dir>/</product_dir> </listentry> </add_on_products> </add-on> I also added the following lines between the <general><signature-handling> … </signature-handling></general> tags: <signature-handling> <accept_unsigned_file config:type=”boolean”>true</accept_unsigned_file> <accept_file_without_checksum config:type=”boolean”>true</accept_file_without_checksum> <accept_verification_failed config:type=”boolean”>true</accept_verification_failed> <accept_unknown_gpg_key config:type=”boolean”>true</accept_unknown_gpg_key> <import_gpg_key config:type=”boolean”>true</import_gpg_key> </signature-handling> I believe I got the NFS server all setup correctly because the control file is also located on the NFS server. During the installation, I got the "Add-on is not available via NFS" error: "Please make the add-on "SuSE-Linux-Updates" available via "nfs://"Server IP"/myInstallSource/updates" Any one can help? What went wrong? Thanks, Alan -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org