fix(partitioning): create separate /boot for LVM-based filesystems
This commit is contained in:
@@ -9,7 +9,10 @@ partitioning_boot_size_mib: 1024
|
||||
partitioning_use_full_disk: true
|
||||
partitioning_separate_boot: >-
|
||||
{{
|
||||
(
|
||||
(system_cfg.luks.enabled | bool)
|
||||
or (system_cfg.filesystem != 'btrfs')
|
||||
)
|
||||
and (os not in ['archlinux'])
|
||||
}}
|
||||
partitioning_boot_fs_fstype: >-
|
||||
|
||||
Reference in New Issue
Block a user