template changes

This commit is contained in:
Chris Hammer 2024-03-13 20:20:29 -04:00
parent 22ee42104a
commit 647696065b

View File

@ -14,7 +14,8 @@ GRUB_RESCUE=1
KERNEL_CMDLINE="unattended"
USER_INPUT_TIMEOUT=1
USER_INPUT_DISK_LAYOUT_PROCEED_RECOVERY=yes
{% if bigboot_lv_vg_name is defined and bigboot_lv_vg_name == "system" %}
{% if bigboot_lv_vg_name is defined %}
{% if bigboot_lv_vg_name == "system" %}
ONLY_INCLUDE_VG=( "system" )
{% else %}
ONLY_INCLUDE_VG=( "system" {% if bigboot_lv_vg_name is defined %}"{{ bigboot_lv_vg_name | trim }}" {% endif -%} )