]> git.proxmox.com Git - pve-kernel-meta.git/commit - bin/grub-install-wrapper
proxmox-boot: re-add include of helper-functions
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 12 Sep 2022 13:31:05 +0000 (15:31 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Sep 2022 13:38:51 +0000 (15:38 +0200)
commit18a8d30651498aaf64d3a8aee1d759fb9a9147a3
treea40f7ecf6344127487a796117ad4aa9bbca3c5b5
parent1abc0175997aa34a23f06df7b1923f347b01c5c6
proxmox-boot: re-add include of helper-functions

this fixes ccfbe44f75316d41e271f68a725accbd90655456

in the patch I accidentally removed the include of the helper
functions - the code uses `warn` from there

reported in our enterprise support portal and in our community-forum:
https://forum.proxmox.com/threads/.114998

reproduced with a VM:
* legacy bios
* installed PVE 6.3 (so that p-b-t was not used for legacy systems)
* then upgraded to a bullseye snapshot of 01.09.2022
* then upgraded to the last bullseye point-release
- this patch fixes the issue there.

The issue should not occur on systems using p-b-t or not using zfs
for /.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
bin/grub-install-wrapper