summarylogtreecommitdiffstats
path: root/shared-cryptboot-mount.hook
blob: 48fc5923bf20777cc5f1e04d801891688b37e295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[Trigger]
Operation = Install
Operation = Upgrade
Type = Path
Target = boot/*
Target = usr/lib/modules/*/vmlinuz
Target = usr/lib/initcpio/*

[Trigger]
Operation = Install
Operation = Upgrade
Type = Package
Target = linux

[Action]
Description = Mounting /boot ...
When = PreTransaction
Exec = /usr/bin/mount /boot
AbortOnFail