trim the vg

This commit is contained in:
Chris Hammer 2024-03-13 19:32:43 -04:00
parent 4f2d900b78
commit f9605f0d75

View File

@ -14,7 +14,7 @@ GRUB_RESCUE=1
KERNEL_CMDLINE="unattended"
USER_INPUT_TIMEOUT=1
USER_INPUT_DISK_LAYOUT_PROCEED_RECOVERY=yes
ONLY_INCLUDE_VG=( "system" {% if bigboot_lv_vg_name is defined %}"{{ bigboot_lv_vg_name }}" {% endif -%} )
ONLY_INCLUDE_VG=( "system" {% if bigboot_lv_vg_name is defined %}"{{ bigboot_lv_vg_name | trim }}" {% endif -%} )
{% if bigboot_lv_info.mount != '/lv1' %}
BACKUP_PROG_EXCLUDE=( "${BACKUP_PROG_EXCLUDE[@]}" '/applog' )
EXCLUDE_MOUNTPOINTS=( "${EXCLUDE_MOUNTPOINTS[@]" '/applog' )