Adding custom rpm to installer

Hi

I have few rpms that needs to be installed using autoyast. Which directory on the installer should I drop the rpm(s) so that when I do mypackage in autoyast it will be installed?

Thanks
Paras.

Hi Paras,

I’m not aware that you can place something on the installer itself. In worst case you install from a DVD ISO you cannot touch, cause the media is signed with SUSE keys. A better idea is to put those packages in an area you export via http for example. Use createrepo to be able to use them via an add-on statement in your autoyast file. Et voilà , you have an elegant way to use your packages in autoinstallations or other occasions :slight_smile:

Regards, Torsten