GRUB: don't download po files in bootstrap

The files it downloads are not versioned, and they could
change any time. GRUB has no way to deterministically grab
these.

I've removed GRUB's local for grabbing these, instead
mirroring them myself and checking hashes; no hashes seem
to have been provided by the upstream at Translation Project,
so I just used the hashes I had on the files it had, when
I downloaded them.

From now on, I can just re-download these and re-calculate
the hashes as desired, over time, when updating GRUB revisions.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-02-01 17:51:25 +01:00
parent 1cf3181537
commit 8f128e6728
111 changed files with 903 additions and 0 deletions
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
subcurl="https://www.mirrorservice.org/sites/libreboot.org/release/misc/grub/id.po"
subcurl_bkup="https://mirror.math.princeton.edu/pub/libreboot/misc/grub/id.po"
subhash="78154279f7c4495b3546318a9eb694ecf0e1ca5018085aa47a1bb4505cefbe8e44d4af56aadff75c598157a5f15a1168ac5ead0cefef98704852a3d5b9fe0158"