From 6c6eb8b0dd46a4c3ada014a618ea978a723f07d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 11 Jul 2019 14:25:44 +0200 Subject: [PATCH] fix #327: downgrade dependency on grub-* MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit from Depends to Recommends, since we now have an alternate bootloader setup for some scenarios. both our installer and Debian's default setup still install Grub by default anyway, but this allows removal without hacks in case such an alternate bootloader is used on the system. Signed-off-by: Fabian Grünbichler --- debian/control.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control.in b/debian/control.in index ed01c62..bb7867e 100644 --- a/debian/control.in +++ b/debian/control.in @@ -62,7 +62,7 @@ Provides: linux-image, linux-image-2.6, Suggests: pve-firmware, Depends: busybox, - grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64, initramfs-tools, +Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64, Description: The Proxmox PVE Kernel Image This package contains the linux kernel and initial ramdisk used for booting -- 2.39.2