Hello, I want to create a single installation DVD, that contains SLES10 and customer packages. The DVD shall also act as network installation source, when it is mounted. When using SLES8 I put the customer packages among the SLES packages and update the package description, and all works fine. Now i try to separate SUSE and customer rpms, but cannot get it to work (all while automatic installation process): add-on product approach: YaST expects an URL in the add_on_product file, but i can only provide a relative path, because if the media is used from a drive the protocol is cd://, but when acting as network source it is ftp://. Is there a way to specify the add-on product path relative to the media root? multi-product approach: When I append my product to /media.1/products (*asc/*key removed and <signature-handling> adjusted to accept it), the meta data are read from YaST myprod/setup/descr/packages,...), but if i define a package from this product YaST messes up the package selection and the installation fails: Instead of the 1.3 Gbyte from SLES sources, YaST claims to have only about 47 Mbyte to install and the first package (grub) fails to install at the %post script. Any idea, why YaST gets confused? Oliver