Hi list, I'm trying to add some custom RPM's to a SLED10 autoinstall using a customized DVD. The basic autoinstall works well. I understand that the simple recreation of the package database and the <package>rpm</package> section in autoinst.xml is not working for this anymore. So I have created a directory in the DVD root with a new tree using the create_update_source.sh script, copied a test RPM there and build the package database. As stated in the docs. And I even disabled the signature check. The add_on_products file in the DVD root looks like dvd:///updates It is not really clear to me how the add-on stuff works. So I did add a <addons config:type="list"> <addon>updates</addon> </addons> to the xml file. It's not working and I will spare the details because I think I am doing something wrong. Do I need to add more to the xml file? Like a selection? The docs are a pretty secretive on this, could someone shine a bit of light on this?. Cheers, Goetz