diff --git a/group_vars/all b/group_vars/all index 711adaf..0258644 100644 --- a/group_vars/all +++ b/group_vars/all @@ -3,9 +3,6 @@ # not defined bigboot_size: 1G -# We use padding just to ensure there's -# available space to expand /boot to. -# -# By default the value is 1.05, or 5% -# greater than bigboot_size -bigboot_shrink_padding: 1.05 +# Set initial size target +# (AAP bug?) +bigboot_size_target: "{{ bigboot_size }}"