Source: grub2 Version: 2.02-2 Severity: normal Tags: patch User: [email protected] Usertags: ppc64
Hi! The files listed in debian/grub-ieee1275-bin.install.powerpc.in are also needed for grub2 on ppc64. Otherwise, we won't be able to use grub2 on ppc64 inside debian-installer. Please apply the attached patch to clone the file for ppc64. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
diff -Nru old/grub2-2.02/debian/grub-ieee1275-bin.install.ppc64.in new/grub2-2.02/debian/grub-ieee1275-bin.install.ppc64.in --- old/grub2-2.02/debian/grub-ieee1275-bin.install.ppc64.in 1970-01-01 01:00:00.000000000 +0100 +++ new/grub2-2.02/debian/grub-ieee1275-bin.install.ppc64.in 2017-07-06 18:59:38.000000000 +0200 @@ -0,0 +1,2 @@ +usr/lib/grub/@CPU_PLATFORM@/bootinfo.txt +usr/lib/grub/@CPU_PLATFORM@/grub.chrp

