From b7e8d5af06ee840cc48217ca4629cf28aeeb3c50 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:35:19 +0200 Subject: Adding debian version 252.22-1~deb12u1. Signed-off-by: Daniel Baumann --- debian/extra/initramfs/post-update.d/systemd-boot | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 debian/extra/initramfs/post-update.d/systemd-boot (limited to 'debian/extra/initramfs/post-update.d/systemd-boot') diff --git a/debian/extra/initramfs/post-update.d/systemd-boot b/debian/extra/initramfs/post-update.d/systemd-boot new file mode 100755 index 0000000..1cee51c --- /dev/null +++ b/debian/extra/initramfs/post-update.d/systemd-boot @@ -0,0 +1,11 @@ +#!/bin/sh + +set -eu + +test -x /usr/bin/bootctl || exit 0 + +bootctl is-installed --quiet || exit 0 + +echo "Updating kernel version $1 in systemd-boot..." + +kernel-install add "$1" "/boot/vmlinuz-$1" "$2" -- cgit v1.2.3