Addressing review comments and adding a note to also set INSTALL_REPOS to true to enable copr repo

This commit is contained in:
Ben Erickson
2025-01-29 10:24:48 -08:00
parent 8e4bbcf8e4
commit 0ef03683b3
3 changed files with 6 additions and 4 deletions

View File

@@ -122,8 +122,9 @@ PRESERVE="3"
#INSTALL_REPOS="true"
# If set to true, this will install a small third-party copr repository necessary to install the libvhdi and libvhdi-tools rpms as-well-as the libvhdi and libvhdi-tools rpms.
# If set to false, this repository and the corresponding libvhdi and libvhdi-tools rpms will not be installed. As as result, file-level restore from delta backups within XOA will NOT work.
# If set to false, this repository and the corresponding libvhdi and libvhdi-tools rpms will not be installed. As as result, file-level restore from delta backups within XO will NOT work.
# This is specific to Redhat/RockyLinux/AlmaLinux installs ONLY.
# Note that INSTALL_REPOS must also be set to "true" for the copr repository to be enabled.
# options: true/false
# default: false
#INSTALL_EL_LIBVHDI="false"