mirror of
https://git.proxmox.com/git/proxmox-kernel-helper
synced 2025-10-10 10:54:19 +00:00

without this line `apt install wireguard` pulls in Debian's kernel + firmware which confilcts with pve-firmware - forcing users to install via `apt install --no-install-recommends wireguard-tools` in order to get the userspace utils. Plain debian has the 'Provides' in the meta-package[0] (linux-image-amd64), so following this add it to pve-kernel-$MAJ.$MIN versioned dependency added since wireguard has a versioned dependency on wireguard-modules. [0] https://salsa.debian.org/kernel-team/linux/-/blob/master/debian/templates/control.image.meta.in Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
45 lines
1.3 KiB
Plaintext
45 lines
1.3 KiB
Plaintext
Source: pve-kernel-@KERNEL_VER@
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends: debhelper (>=12~),
|
|
lintian,
|
|
sed,
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
|
|
Package: pve-headers-@KERNEL_VER@
|
|
Architecture: all
|
|
Section: admin
|
|
Provides: linux-headers-amd64, linux-headers-generic
|
|
Priority: optional
|
|
Depends: pve-headers-@KERNEL_ABI@,
|
|
Description: Latest Proxmox VE Kernel Headers
|
|
This is a metapackage which will install the kernel headers
|
|
for the latest available proxmox kernel from the @KERNEL_VER@
|
|
series.
|
|
|
|
Package: pve-kernel-@KERNEL_VER@
|
|
Architecture: all
|
|
Section: admin
|
|
Provides: linux-image-amd64, linux-image-generic, wireguard-modules (=1.0.0)
|
|
Priority: optional
|
|
Depends: pve-firmware,
|
|
pve-kernel-@KERNEL_ABI@,
|
|
Description: Latest Proxmox VE Kernel Image
|
|
This is a metapackage which will install the latest available
|
|
proxmox kernel from the @KERNEL_VER@ series.
|
|
|
|
Package: pve-kernel-helper
|
|
Architecture: all
|
|
Section: admin
|
|
Priority: optional
|
|
Depends: dosfstools,
|
|
gdisk,
|
|
systemd,
|
|
udev,
|
|
${misc:Depends},
|
|
Breaks: proxmox-ve (<< 6.0-2~)
|
|
Replaces: proxmox-ve (<< 6.0-2~)
|
|
Description: Function for various kernel maintenance tasks.
|
|
This package includes kernel-hooks for marking certain kernels as
|
|
NeverAutoRemove and helpers for systemd-boot
|