Hi, I am trying to install custom packages using add_on_products. I am creating my own install dvd: - as a base SLES10 SP3 is used, - i copy the dvd to some directory DVD_REP, - then i create then updates directory stucture there with create_update_source.sh(http://www.suse.com/~ug/) - then i create new DVD with mkisofs -R DVD_REP(so updates directory is the same medium as SLES) - then I want to instruct autoyast.xml to take this into consideration, this should be present in add_on_products file on my DVD media_url [path_on_media [product_1 [product_2 [....]]] My question is: How should media_url look like, when my update source is on the same DVD as SLES10 SP3? Next question is where can I specify that my my_test.rpm should be installed, can I do it in software section <software> <packages config:type="list"> <package>my_test</package> </packages> </software> and installation process will search updates directory for this rpm? Regards, Vladimir Ondrus -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org