]> git.proxmox.com Git - pve-kernel.git/commitdiff
fix #327: downgrade dependency on grub-*
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 11 Jul 2019 12:25:44 +0000 (14:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 11 Jul 2019 12:56:42 +0000 (14:56 +0200)
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 <f.gruenbichler@proxmox.com>
debian/control.in

index ed01c6203777c53ef34174d75fb040f1e9b167d5..bb7867eb7c8b473915fd6e955df0e3cc5d4969de 100644 (file)
@@ -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