[pve-devel] [PATCH kernel-meta 02/13] efiboot: adapt includepaths to new package

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Jul 10 17:05:00 CEST 2019


From: Stoiko Ivanov <s.ivanov at 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





More information about the pve-devel mailing list