]> git.proxmox.com Git - pve-kernel-meta.git/blob - proxmox-boot/proxmox-boot-sync
bump version to 7.3-8
[pve-kernel-meta.git] / proxmox-boot / proxmox-boot-sync
1 #! /bin/sh
2
3 set -e
4
5 # Only run the refresh if update-initramfs has been called manually.
6 # If this script is being run as part of a post-kernel-install hook,
7 # this variable will be set to 1 and we do nothing, since our pve-kernel
8 # hooks will update the ESPs all at once anyway.
9 if [ -z "$INITRAMFS_TOOLS_KERNEL_HOOK" ]; then
10 /usr/sbin/proxmox-boot-tool refresh --hook 'zz-proxmox-boot'
11 fi