[pve-devel] [PATCH kernel] fix #327: downgrade dependency on grub-*

Fabian Grünbichler f.gruenbichler at proxmox.com
Thu Jul 11 14:25:44 CEST 2019


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 at proxmox.com>
---
 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.20.1





More information about the pve-devel mailing list