Ensure initramfs-tools for Debian/Ubuntu
This commit is contained in:
@@ -76,6 +76,7 @@ bootstrap_debian11:
|
|||||||
- grub2-common
|
- grub2-common
|
||||||
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
||||||
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
||||||
|
- initramfs-tools
|
||||||
- linux-image-amd64
|
- linux-image-amd64
|
||||||
- locales
|
- locales
|
||||||
- logrotate
|
- logrotate
|
||||||
@@ -126,6 +127,7 @@ bootstrap_debian12:
|
|||||||
- grub2-common
|
- grub2-common
|
||||||
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
||||||
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
||||||
|
- initramfs-tools
|
||||||
- linux-image-amd64
|
- linux-image-amd64
|
||||||
- locales
|
- locales
|
||||||
- logrotate
|
- logrotate
|
||||||
@@ -181,6 +183,7 @@ bootstrap_debian13:
|
|||||||
- grub2-common
|
- grub2-common
|
||||||
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
||||||
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
||||||
|
- initramfs-tools
|
||||||
- linux-image-amd64
|
- linux-image-amd64
|
||||||
- locales
|
- locales
|
||||||
- logrotate
|
- logrotate
|
||||||
@@ -377,6 +380,7 @@ bootstrap_ubuntu:
|
|||||||
- grub2-common
|
- grub2-common
|
||||||
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
||||||
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
||||||
|
- initramfs-tools
|
||||||
- linux-image-generic
|
- linux-image-generic
|
||||||
- locales
|
- locales
|
||||||
- lvm2
|
- lvm2
|
||||||
@@ -440,6 +444,7 @@ bootstrap_ubuntu_lts:
|
|||||||
- grub2-common
|
- grub2-common
|
||||||
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup' if luks_enabled | default(false) else '' }}"
|
||||||
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
- "{{ 'cryptsetup-initramfs' if luks_enabled | default(false) else '' }}"
|
||||||
|
- initramfs-tools
|
||||||
- linux-image-generic
|
- linux-image-generic
|
||||||
- locales
|
- locales
|
||||||
- lvm2
|
- lvm2
|
||||||
|
|||||||
Reference in New Issue
Block a user