summarylogtreecommitdiffstats
path: root/90-kernel-install-add.hook
blob: 3e45dfce29de3a8b512d908db3628c4dd31eccfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/kernel/install.*
Target = etc/kernel/install.*
Target = usr/src/*/dkms.conf

[Trigger]
Type = Path
Operation = Install
Operation = Upgrade
Target = usr/lib/modules/*/vmlinuz

[Trigger]
Type = Package
Operation = Install
Operation = Upgrade
Target = systemd
Target = amd-ucode
Target = intel-ucode
Target = plymouth
Target = cryptsetup
Target = dracut
Target = mkinitcpio

[Action]
Description = Installing kernel and initrd to $BOOT... (kernel-install)
When = PostTransaction
Exec = /usr/share/libalpm/scripts/kernel-install.sh add
NeedsTargets