From 636b5b23ff36afcab23560aa86d3e470119f153e Mon Sep 17 00:00:00 2001 From: Jonathan Matthews <54287723+inthreedee@users.noreply.github.com> Date: Mon, 11 Nov 2019 10:58:20 -0500 Subject: [PATCH] Rename 80-chkboot-check.hook to 10-chkboot-check.hook Arch Linux has restructured its mkinitcpio hooks. chkboot-check.hook now needs to be run before the new 60-mkinitcpio-remove.hook, which deletes the kernel images from /boot in preparation for a kernel update. These deletions are currently flagged as false-positives by chkboot-check. ref: https://www.archlinux.org/news/new-kernel-packages-and-mkinitcpio-hooks/ --- pacman-hooks/{80-chkboot-check.hook => 10-chkboot-check.hook} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pacman-hooks/{80-chkboot-check.hook => 10-chkboot-check.hook} (100%) diff --git a/pacman-hooks/80-chkboot-check.hook b/pacman-hooks/10-chkboot-check.hook similarity index 100% rename from pacman-hooks/80-chkboot-check.hook rename to pacman-hooks/10-chkboot-check.hook