]> git.proxmox.com Git - pve-kernel-meta.git/blobdiff - bin/grub-install-wrapper
proxmox-boot: re-add include of helper-functions
[pve-kernel-meta.git] / bin / grub-install-wrapper
index 90c144ec75132f57ca6daa3aa458ed540398d452..69bd878b35b4913605b8e87962304a5add70af07 100755 (executable)
@@ -2,6 +2,8 @@
 
 set -e
 
+. /usr/share/pve-kernel-helper/scripts/functions
+
 if proxmox-boot-tool status --quiet; then
     # detect when being called by dpkg (e.g. grub-pc.postinst
     if [ -n "$DPKG_RUNNING_VERSION" ] && echo "$DPKG_MAINTSCRIPT_PACKAGE" | grep -sq "^grub-"; then