vmware / photon-os-installer

Photon OS Installer
Other
12 stars 18 forks source link

Multiple repositories support for installer #21

Closed prashant1221 closed 1 year ago

prashant1221 commented 1 year ago

Currently installer generates one repo i.e photon-local.repo which point to /mnt/media/RPMS for iso or stage/RPMS or repo path provided by user.

With added functionality, multiple repo configs are taken as input via "repos" key as list of dictionaries in the install_config/ks_config file via json.

Image Creation(ova/cloud-images):

Iso Creation:

prashant1221 commented 1 year ago

Closing it here, opening review through gerrit also addressed comments.