Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pacman-hooks/80-chkboot-check.hook
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/modules/*/vmlinuz
Target = usr/lib/initcpio/*
Target = boot/*

[Action]
Expand Down
2 changes: 2 additions & 0 deletions pacman-hooks/99-chkboot-update.hook
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Type = File
Operation = Install
Operation = Upgrade
Operation = Remove
Target = usr/lib/modules/*/vmlinuz
Target = usr/lib/initcpio/*
Target = boot/*

[Action]
Expand Down