El jueves, 25 de junio de 2020 15:29:16 (WEST) Brian Reichert escribió:
I've asked this in a SLES forum, but no feedback yet:
Hi Brian, [..]
I realize this is an opensuse list, but I'm hoping autoyast syntax is the same across these distributions.
Yes, it is basically the same.
I added this to my autoinst.xml file:
<add-on> <add_on_others config:type="list"> <listentry> <media_url><![CDATA[http://10.153.19.116/repo/]]></media_url> <product>Example Product</product> <alias>example</alias> <product_dir>/</product_dir> <priority>30</priority> </listentry> </add_on_others> </add-on>
The problem is that <add_on_others> was introduced in SLE 15 and it is not available in SLE 12, so the repository will not be added. Anyway, you can workaround that problem by using the regular <add_on_products>. Something like this should work: https://github.com/imobachgs/autoyast-workshop-osc18/blob/ f72b05977e752f3c3e453f428e55bc6300df5c52/profiles/exercise.xml#L6-L10 [..] I hope it helps. Regards, Imo -- Imobach González Sosa YaST Team at SUSE LLC https://imobachgs.github.io/