From: Stoiko Ivanov <s.iva...@proxmox.com> diff --git a/efiboot/pve-auto-removal b/efiboot/pve-auto-removal index e06bf0a..8aba624 100755 --- a/efiboot/pve-auto-removal +++ b/efiboot/pve-auto-removal @@ -1,7 +1,7 @@ #! /bin/sh set -e -. /usr/share/proxmox-ve/scripts/functions +. /usr/share/pve-kernel-helper/scripts/functions eval "$(apt-config shell APT_CONF_D Dir::Etc::parts/d)" test -n "${APT_CONF_D}" || APT_CONF_D="/etc/apt/apt.conf.d" diff --git a/efiboot/zz-pve-efiboot b/efiboot/zz-pve-efiboot index f3c0aee..b5e03b5 100755 --- a/efiboot/zz-pve-efiboot +++ b/efiboot/zz-pve-efiboot @@ -39,7 +39,7 @@ cleanup() { trap cleanup EXIT INT TERM QUIT -. /usr/share/proxmox-ve/scripts/functions +. /usr/share/pve-kernel-helper/scripts/functions BOOT_KVERS="$(boot_kernel_list "$@")" -- 2.20.1
_______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel