This commit is contained in:
2026-03-21 12:38:29 +01:00
parent aed150a68d
commit 9a43aeb756
8 changed files with 228 additions and 21 deletions

View File

@@ -13,6 +13,5 @@ grep -q '^squashfs$' /etc/initramfs-tools/modules 2>/dev/null || \
for KERNEL in /boot/vmlinuz-*
do
VERSION="$(basename ${KERNEL} | sed -e 's|vmlinuz-||')"
update-initramfs -k ${VERSION} -t -u
done