mirror of
https://git.proxmox.com/git/grub2
synced 2025-10-04 18:53:29 +00:00
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:
parent
6a27aad302
commit
2455787192
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -3,6 +3,9 @@ grub2 (2.02-3) UNRELEASED; urgency=medium
|
||||
* Use current location for upstream signing key
|
||||
(debian/upstream/signing-key.asc).
|
||||
* 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 ]
|
||||
* [sq] Albanian (Silva Arapi; closes: #874497).
|
||||
|
1
debian/grub-ieee1275-bin.install.powerpc.in
vendored
1
debian/grub-ieee1275-bin.install.powerpc.in
vendored
@ -1,2 +1,3 @@
|
||||
usr/lib/grub/@CPU_PLATFORM@/bootinfo.txt
|
||||
usr/lib/grub/@CPU_PLATFORM@/grub.chrp
|
||||
../../debian/prep-bootdev usr/lib/grub/@CPU_PLATFORM@
|
||||
|
3
debian/grub-ieee1275-bin.install.ppc64.in
vendored
Normal file
3
debian/grub-ieee1275-bin.install.ppc64.in
vendored
Normal 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
2
debian/postinst.in
vendored
@ -724,7 +724,7 @@ case "$1" in
|
||||
|
||||
grub-ieee1275)
|
||||
case $(dpkg --print-architecture) in
|
||||
ppc64el)
|
||||
powerpc|ppc64|ppc64el)
|
||||
# Output may be empty; if so, just update the core image but
|
||||
# don't install it to any PReP partition.
|
||||
prep_bootdev="$(/usr/lib/grub/powerpc-ieee1275/prep-bootdev)"
|
||||
|
Loading…
Reference in New Issue
Block a user