<div dir="ltr">Hi,<div><br></div><div>I'm trying to add an RPM repository to my autoinst.xml file for SUSE 15. The product I'm installing is SLES. I have the following add-ons under my suse_register entry:</div><div><br></div><div><div>    <addons config:type="list"></div><div>      <addon></div><div>        <add_on_products config:type="list"></div><div>          <listentry></div><div>            <alias>Alias</alias></div><div>            <name>SUSE Linux Enterprise Server 15</name></div><div>            <priority config:type="integer">1</priority></div><div>            <media_url>[<b>repo_url]</b></media_url></div><div>          </listentry></div><div>        </add_on_products></div><div>      </addon></div><div>    </addons></div></div><div><br></div><div>And the installation fails with:</div><div><pre style="white-space:pre-wrap;color:rgb(0,0,0);text-decoration-style:initial;text-decoration-color:initial"><i>These packages cannot be found in the software repositories:
</i><i>autoyast2: The package is not available
</i><i>autoyast2-installation: The package is not available</i></pre>meaning my repo wasn't added. Because when I proceed with the rest of the installation, then add the repo locally via:</div><div><br></div><div>   zypper ar -f <b>[repo_url]</b> "Alias"</div><div><br></div><div>and then proceed to install autoyast2, and my other packages with</div><div><br></div><div>  zypper install --repo "Alias" <package></div><div><br></div><div>things work OK.</div><div><br></div><div>Does anyone know what I may be doing wrong here?</div><div><br></div><div>Thanks!</div><div>-Enis</div></div>