Add optional flag to enable libvhdi-tools install on RHEL installs

This commit is contained in:
Ben Erickson
2025-01-27 11:44:30 -08:00
parent 66d2f2767d
commit 8e4bbcf8e4
3 changed files with 19 additions and 15 deletions

View File

@@ -121,6 +121,13 @@ PRESERVE="3"
# default: true
#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.
# This is specific to Redhat/RockyLinux/AlmaLinux installs ONLY.
# options: true/false
# default: false
#INSTALL_EL_LIBVHDI="false"
# Send xo-server logs to remote syslog
# syntax is: <protocol>://<target-address>:<port>
# supported protocols are udp and tcp