mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-13 12:55:01 +00:00
Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
grub-install works properly.
This commit is contained in:
parent
ca9a0b3f4d
commit
d0cde16d4c
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ grub2 (1.99~20101122-2) UNRELEASED; urgency=low
|
||||
* Build-depend on qemu-img and parted on non-Hurd architectures.
|
||||
* qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as
|
||||
is the case on the Hurd).
|
||||
* Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that
|
||||
grub-install works properly.
|
||||
|
||||
-- Colin Watson <cjwatson@debian.org> Mon, 22 Nov 2010 15:44:40 +0000
|
||||
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -136,10 +136,10 @@ Description: GRand Unified Bootloader, version 2 (Coreboot version)
|
||||
|
||||
Package: grub-efi-ia32
|
||||
Architecture: any-i386 any-amd64
|
||||
Depends: ${shlibs:Depends}, grub-common (= ${binary:Version}), ${misc:Depends}, ucf
|
||||
Depends: ${shlibs:Depends}, grub-common (= ${binary:Version}), ${misc:Depends}, ucf, efibootmgr
|
||||
Replaces: grub, grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.96+20080413-1), grub-efi, grub-efi-amd64, grub-pc, grub-coreboot, grub-ieee1275
|
||||
Conflicts: grub (<< 0.97-54), grub-legacy, grub-efi-amd64, grub-pc, grub-coreboot, grub-ieee1275
|
||||
Suggests: os-prober, efibootmgr
|
||||
Suggests: os-prober
|
||||
Description: GRand Unified Bootloader, version 2 (EFI-IA32 version)
|
||||
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
|
||||
cleaner design than its predecessors, and provides the following new features:
|
||||
@ -156,10 +156,10 @@ Description: GRand Unified Bootloader, version 2 (EFI-IA32 version)
|
||||
|
||||
Package: grub-efi-amd64
|
||||
Architecture: any-i386 any-amd64
|
||||
Depends: ${shlibs:Depends}, grub-common (= ${binary:Version}), ${misc:Depends}, ucf
|
||||
Depends: ${shlibs:Depends}, grub-common (= ${binary:Version}), ${misc:Depends}, ucf, efibootmgr
|
||||
Replaces: grub, grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.96+20080413-1), grub-pc, grub-efi-ia32, grub-coreboot, grub-ieee1275
|
||||
Conflicts: grub, grub-legacy, grub-efi-ia32, grub-pc, grub-coreboot, grub-ieee1275
|
||||
Suggests: os-prober, efibootmgr
|
||||
Suggests: os-prober
|
||||
Description: GRand Unified Bootloader, version 2 (EFI-AMD64 version)
|
||||
GRUB is a portable, powerful bootloader. This version of GRUB is based on a
|
||||
cleaner design than its predecessors, and provides the following new features:
|
||||
|
Loading…
Reference in New Issue
Block a user