Mount Debian ESP on /boot/efi without LUKS
This commit is contained in:
@@ -47,7 +47,7 @@ partitioning_efi_mountpoint: >-
|
||||
if (partitioning_separate_boot | bool)
|
||||
else (
|
||||
'/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'
|
||||
)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user