From 366299ea6df1b1db9edd495f8086f72a068d5064 Mon Sep 17 00:00:00 2001 From: Sandwich Date: Sun, 28 Dec 2025 01:29:26 +0100 Subject: [PATCH] Ensure initramfs-tools for Debian/Ubuntu --- roles/bootstrap/vars/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/bootstrap/vars/main.yml b/roles/bootstrap/vars/main.yml index 27cd002..b03ee36 100644 --- a/roles/bootstrap/vars/main.yml +++ b/roles/bootstrap/vars/main.yml @@ -76,6 +76,7 @@ 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 @@ -126,6 +127,7 @@ 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 @@ -181,6 +183,7 @@ 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 @@ -377,6 +380,7 @@ 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 @@ -440,6 +444,7 @@ 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