fix(partitioning): create separate /boot for LVM-based filesystems

This commit is contained in:
2026-02-20 04:50:32 +01:00
parent 2a543fffc3
commit e08532ffd0

View File

@@ -9,7 +9,10 @@ partitioning_boot_size_mib: 1024
partitioning_use_full_disk: true partitioning_use_full_disk: true
partitioning_separate_boot: >- partitioning_separate_boot: >-
{{ {{
(system_cfg.luks.enabled | bool) (
(system_cfg.luks.enabled | bool)
or (system_cfg.filesystem != 'btrfs')
)
and (os not in ['archlinux']) and (os not in ['archlinux'])
}} }}
partitioning_boot_fs_fstype: >- partitioning_boot_fs_fstype: >-