-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Thanks for a well written script to manage secure boot on Arch. It helped me a lot to setup on my own computer.
One potential issue I noticed is that any changes that trigger the mkinitcpio PostTransaction hook to rebuild initramfs-linux.img don't necessarily trigger this script to rebuild and sign the merged initramfs+kernel. To correct that, I have changed the Trigger on my pacman hook to include the same Targets as the hook that builds initramfs-linux.img:
Type = File
Target = boot/vmlinuz-linux
Target = boot/intel-ucode.img
Target = boot/initramfs-linux.img
Target = usr/lib/initcpio/*
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels