Add grub-ieee1275 to tools/generate_di+k_list on sparc and sparc64
This commit is contained in:
parent
6995bade4c
commit
c11f01d765
|
@ -21,6 +21,7 @@ debian-cd (3.1.21) UNRELEASED; urgency=medium
|
|||
* Fix relative d-i path for kernel images and initrd in boot-alpha.
|
||||
* Strip "images/cdrom" suffix from mirror DI_DIR path in boot-alpha.
|
||||
* Add grub-ieee1275 to tools/generate_di+k_list on powerpc.
|
||||
* Add grub-ieee1275 to tools/generate_di+k_list on sparc and sparc64.
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Mon, 19 Jun 2017 13:59:36 +0100
|
||||
|
||||
|
|
|
@ -229,6 +229,7 @@ grub-efi-arm64-bin
|
|||
|
||||
#ifdef ARCH_sparc
|
||||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
silo
|
||||
libc6-sparcv9b
|
||||
|
@ -241,6 +242,7 @@ linux-image-sparc64-smp
|
|||
|
||||
#ifdef ARCH_sparc64
|
||||
initramfs-tools
|
||||
grub-ieee1275
|
||||
busybox
|
||||
silo
|
||||
linux-image-sparc64
|
||||
|
|
Loading…
Reference in New Issue