blob: ccb2df1ebdddd1be010363bf30fcb25a26ba5309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/modules/*/pkgbase
Target = usr/lib/dracut/*
Target = usr/lib/systemd/systemd
Target = usr/lib/systemd/boot/efi/*.efi.stub
Target = usr/share/libalpm/hooks/90-dracut-ukify-install.hook
Target = usr/bin/dracut-ukify
Target = usr/src/*/dkms.conf
Target = usr/lib/firmware/*
Target = boot/*-ucode.img
[Action]
Description = Ensure ESP is mounted...
When = PreTransaction
Exec = /usr/bin/dracut-ukify -x
|