mirror of
https://git.proxmox.com/git/proxmox-kernel-helper
synced 2025-11-02 21:30:33 +00:00
efiboot: adapt includepaths to new package
This commit is contained in:
parent
b17a1cf33b
commit
fbf55ac2f2
@ -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"
|
||||
|
||||
@ -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 "$@")"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user