From c5299008b14bd0209a553c4ea81babd58332ae3e Mon Sep 17 00:00:00 2001 From: Julien Falque Date: Sat, 8 Jan 2022 11:38:15 +0100 Subject: [PATCH] Add `systemd` to hook targets When `systemd` is upgraded but e.g. `linux` isn't, the image will be rebuilt but the hook will not be triggered. Targets should include all packages that might trigger a Kernel image build. --- kernel-update.hook | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel-update.hook b/kernel-update.hook index 6eadebf..f477407 100644 --- a/kernel-update.hook +++ b/kernel-update.hook @@ -4,6 +4,7 @@ Operation = Upgrade Operation = Install Target = linux* Target = intel-ucode +Target = systemd [Action] Description = Updating EFI kernel images