pve-kernel-meta/debian/pve-kernel-helper.install
Stefan Reiter d156f6aa14 Add efiboot refresh hook to update-initramfs
As explained in [0], we can add a hook script that will be called after
update-initramfs did its job (and thus, a new initrd has been created).

We can use this to automatically sync the ESPs using 'pve-efiboot-tool
refresh', if update-initramfs was called manually (on kernel upgrade we
already have a hook that does this).

[0]: https://kernel-team.pages.debian.net/kernel-handbook/ch-update-hooks.html

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
2019-08-05 13:26:08 +02:00

6 lines
163 B
Plaintext

etc/kernel/postinst.d/*
etc/kernel/postrm.d/*
etc/initramfs/post-update.d/pve-efiboot-sync
usr/sbin/pve-efiboot-tool
usr/share/pve-kernel-helper/scripts/functions