fix #327: downgrade dependency on grub-*
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>
This commit is contained in:
parent
de6fe5c8ff
commit
6c6eb8b0dd
2
debian/control.in
vendored
2
debian/control.in
vendored
@ -62,7 +62,7 @@ Provides: linux-image,
|
|||||||
linux-image-2.6,
|
linux-image-2.6,
|
||||||
Suggests: pve-firmware,
|
Suggests: pve-firmware,
|
||||||
Depends: busybox,
|
Depends: busybox,
|
||||||
grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
|
|
||||||
initramfs-tools,
|
initramfs-tools,
|
||||||
|
Recommends: grub-pc | grub-efi-amd64 | grub-efi-ia32 | grub-efi-arm64,
|
||||||
Description: The Proxmox PVE Kernel Image
|
Description: The Proxmox PVE Kernel Image
|
||||||
This package contains the linux kernel and initial ramdisk used for booting
|
This package contains the linux kernel and initial ramdisk used for booting
|
||||||
|
Loading…
Reference in New Issue
Block a user