[opensuse-autoinstall] Add-on products

Hi there... I'm currently trying to include an additional repository on a custom installation ISO with autoyast. Basically I'm copying the directory to the root of the media, and would like to include it as a valid package repo (it's already an YUM repo). I placed this in the autoyast XML: <add-on> <add_on_products config:type="list"> <listentry> <media_url>dir:///myrepo</media_url> <product>Custom-REPO</product> <product_dir>/</product_dir> <name>Custom packages</name> </listentry> </add_on_products> </add-on> and placed my repository on the /myrepo directory on the media. However, it won't find/recognize this as a valid repo. I get a "Failed to add add-on product" error. I already tried other URL schemes as well, like file://. What am I missing here? -- -- Erico -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (1)
-
Erico Mendonça