Mount Debian ESP on /boot/efi without LUKS

This commit is contained in:
2026-01-02 15:04:12 +01:00
parent f7c020de52
commit 95b793885a

View File

@@ -47,7 +47,7 @@ partitioning_efi_mountpoint: >-
if (partitioning_separate_boot | bool) if (partitioning_separate_boot | bool)
else ( else (
'/boot/efi' '/boot/efi'
if is_rhel or (os | lower in ['ubuntu', 'ubuntu-lts']) if is_rhel or (os | lower in ['debian11', 'debian12', 'debian13', 'ubuntu', 'ubuntu-lts'])
else '/boot' else '/boot'
) )
}} }}