Ensure that arm64 images include grub-efi packages
This commit is contained in:
parent
3fce3f7d98
commit
cdc52554e0
|
@ -10,6 +10,7 @@ debian-cd (3.1.20) UNRELEASED; urgency=medium
|
||||||
* Add stub for mips64el boot support, so we can build images for it
|
* Add stub for mips64el boot support, so we can build images for it
|
||||||
* Add reportbug to tasks/forcd1 - make it easier for users to report
|
* Add reportbug to tasks/forcd1 - make it easier for users to report
|
||||||
installation problems. Closes: #861288
|
installation problems. Closes: #861288
|
||||||
|
* Ensure that arm64 images include grub-efi packages
|
||||||
|
|
||||||
[ Samuel Thibault ]
|
[ Samuel Thibault ]
|
||||||
* Add support for grub submenu hotkeys.
|
* Add support for grub submenu hotkeys.
|
||||||
|
|
|
@ -222,6 +222,9 @@ initramfs-tools
|
||||||
busybox
|
busybox
|
||||||
flash-kernel
|
flash-kernel
|
||||||
linux-image-arm64
|
linux-image-arm64
|
||||||
|
grub-efi
|
||||||
|
grub-efi-arm64
|
||||||
|
grub-efi-arm64-bin
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ARCH_sparc
|
#ifdef ARCH_sparc
|
||||||
|
|
Loading…
Reference in New Issue