This commit is contained in:
Chris Hammer 2024-03-14 10:29:50 -04:00
parent ac01943d24
commit eb3dd2308e

View File

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