Fix Debian initramfs regeneration

This commit is contained in:
2025-12-28 01:54:14 +01:00
parent 366299ea6d
commit ef945d925a
2 changed files with 2 additions and 6 deletions

View File

@@ -76,7 +76,6 @@ bootstrap_debian11:
- grub2-common
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
- initramfs-tools
- linux-image-amd64
- locales
- logrotate
@@ -127,7 +126,6 @@ bootstrap_debian12:
- grub2-common
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
- initramfs-tools
- linux-image-amd64
- locales
- logrotate
@@ -183,7 +181,6 @@ bootstrap_debian13:
- grub2-common
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
- initramfs-tools
- linux-image-amd64
- locales
- logrotate
@@ -380,7 +377,6 @@ bootstrap_ubuntu:
- grub2-common
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
- initramfs-tools
- linux-image-generic
- locales
- lvm2
@@ -444,7 +440,6 @@ bootstrap_ubuntu_lts:
- grub2-common
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
- initramfs-tools
- linux-image-generic
- locales
- lvm2