Remove uefi entry configuration & add systemd-boot pacman hook

This commit is contained in:
Sonny Bakker 2025-12-18 13:50:22 +01:00
parent a51ba82d32
commit 09fbaf597c
8 changed files with 47 additions and 78 deletions

11
templates/pacman/hook.j2 Normal file
View file

@ -0,0 +1,11 @@
# {{ ansible_managed }}
[Trigger]
Type = Package
Operation = Upgrade
Target = systemd
[Action]
Description = Gracefully upgrading systemd-boot...
When = PostTransaction
Exec = /usr/bin/systemctl restart systemd-boot-update.service