Install bootinfo.txt and grub.chrp in grub-ieee1275-bin for ppc64, and install and use prep-bootdev on powerpc and ppc64 as well as ppc64el (thanks, John Paul Adrian Glaubitz; closes: #881730).

This commit is contained in:
Colin Watson 2017-11-16 09:12:00 +00:00
parent 6a27aad302
commit 2455787192
4 changed files with 8 additions and 1 deletions

3
debian/changelog vendored
View File

@ -3,6 +3,9 @@ grub2 (2.02-3) UNRELEASED; urgency=medium
* Use current location for upstream signing key * Use current location for upstream signing key
(debian/upstream/signing-key.asc). (debian/upstream/signing-key.asc).
* Update upstream signing key to a non-expired version. * Update upstream signing key to a non-expired version.
* Install bootinfo.txt and grub.chrp in grub-ieee1275-bin for ppc64, and
install and use prep-bootdev on powerpc and ppc64 as well as ppc64el
(thanks, John Paul Adrian Glaubitz; closes: #881730).
[ Debconf translations ] [ Debconf translations ]
* [sq] Albanian (Silva Arapi; closes: #874497). * [sq] Albanian (Silva Arapi; closes: #874497).

View File

@ -1,2 +1,3 @@
usr/lib/grub/@CPU_PLATFORM@/bootinfo.txt usr/lib/grub/@CPU_PLATFORM@/bootinfo.txt
usr/lib/grub/@CPU_PLATFORM@/grub.chrp usr/lib/grub/@CPU_PLATFORM@/grub.chrp
../../debian/prep-bootdev usr/lib/grub/@CPU_PLATFORM@

View File

@ -0,0 +1,3 @@
usr/lib/grub/@CPU_PLATFORM@/bootinfo.txt
usr/lib/grub/@CPU_PLATFORM@/grub.chrp
../../debian/prep-bootdev usr/lib/grub/@CPU_PLATFORM@

2
debian/postinst.in vendored
View File

@ -724,7 +724,7 @@ case "$1" in
grub-ieee1275) grub-ieee1275)
case $(dpkg --print-architecture) in case $(dpkg --print-architecture) in
ppc64el) powerpc|ppc64|ppc64el)
# Output may be empty; if so, just update the core image but # Output may be empty; if so, just update the core image but
# don't install it to any PReP partition. # don't install it to any PReP partition.
prep_bootdev="$(/usr/lib/grub/powerpc-ieee1275/prep-bootdev)" prep_bootdev="$(/usr/lib/grub/powerpc-ieee1275/prep-bootdev)"