Adding option to disable repos installation

This commit is contained in:
Ben Erickson
2022-03-30 10:47:29 -07:00
parent a75a3fadef
commit b73373c1e6
2 changed files with 47 additions and 9 deletions

View File

@@ -79,3 +79,8 @@ PRESERVE="3"
# If set to true together with cert/key paths, defined pem key/certificate will be created if neither exists.
# options: true/false
#AUTOCERT="false"
# If set to true, this will install the rpm/deb respoitories necessary for the Xen Orchestra intall. If set to false, these repositories will not be installed.
# options: true/false
# default: true
#INSTALL_REPOS="true"