Remove uefi entry configuration & add systemd-boot pacman hook
This commit is contained in:
parent
a51ba82d32
commit
09fbaf597c
8 changed files with 47 additions and 78 deletions
11
templates/pacman/hook.j2
Normal file
11
templates/pacman/hook.j2
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue