Skip to content

Commit 2c87a4a

Browse files
committed
lib / kernel-debs: add Conflicts:linux-image to kernel deb pkg
we do not want the user to install an upstream kernel package
1 parent 682ee1c commit 2c87a4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/functions/compilation/kernel-debs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ function kernel_package_callback_linux_image() {
266266
Section: kernel
267267
Priority: optional
268268
Provides: linux-image, linux-image-armbian, armbian-$BRANCH, wireguard-modules
269+
Conflicts: linux-image
269270
Description: Armbian Linux $BRANCH kernel image $kernel_version_family
270271
This package contains the Linux kernel, modules and corresponding other files.
271272
${artifact_version_reason:-"${kernel_version_family}"}

0 commit comments

Comments
 (0)