Greetings, I have not created a DVD for myself and hence am not sure if this is neccessary for you, but I assume you forgot to not only accept the new key, but also import it. Here is how we do that for our local mirror of a third party repo in <add_on_products>: ---------- 8< ---------- <listentry> <media_url>http://somewhere/thirdparty/cthiel1/openSUSE_11.1/</media_url> <product>thirdparty-cthiel</product> <name>thirdparty-cthiel</name> <product_dir>/</product_dir> <signature-handling> <accept_file_without_checksum config:type="boolean">false</accept_file_without_checksum> <accept_non_trusted_gpg_key> <all config:type="boolean">false</all> <keys config:type="list"> <keyid>2F7CFB3C4A50F8F6</keyid> </keys> </accept_non_trusted_gpg_key> <accept_unknown_gpg_key config:type="boolean">false</accept_unknown_gpg_key> <accept_unsigned_file config:type="boolean">false</accept_unsigned_file> <accept_verification_failed config:type="boolean">false</accept_verification_failed> <import_gpg_key> <all config:type="boolean">false</all> <keys config:type="list"> <keyid>2F7CFB3C4A50F8F6</keyid> </keys> </import_gpg_key> </signature-handling> </listentry> ---------- >8 ---------- You can see the (ugly, gory) details of what failed during installation in /var/log/YaST2/y2log (Just switch to the second terminal when your error message appears). That file is huge, so a grep for something like "THROW", "failed" or the name of your repo around the end of the file might be in order. tty, 686f6c6d -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org