From 8d8a1f36a9842710229c5339869b72936e9d0bb3 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 1 Feb 2026 17:51:25 +0100 Subject: 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 --- config/submodule/grub/default/module.list | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'config/submodule/grub/default/module.list') diff --git a/config/submodule/grub/default/module.list b/config/submodule/grub/default/module.list index 0e57095c..d4f1e5e3 100644 --- a/config/submodule/grub/default/module.list +++ b/config/submodule/grub/default/module.list @@ -1 +1,36 @@ +po/.reference/zh_TW.po +po/.reference/zh_CN.po +po/.reference/vi.po +po/.reference/uk.po +po/.reference/tr.po +po/.reference/sv.po +po/.reference/sr.po +po/.reference/sl.po +po/.reference/ru.po +po/.reference/ro.po +po/.reference/pt_BR.po +po/.reference/pt.po +po/.reference/pl.po +po/.reference/pa.po +po/.reference/nl.po +po/.reference/nb.po +po/.reference/lt.po +po/.reference/lg.po +po/.reference/ko.po +po/.reference/ka.po +po/.reference/ja.po +po/.reference/it.po +po/.reference/id.po +po/.reference/hu.po +po/.reference/hr.po +po/.reference/he.po +po/.reference/gl.po +po/.reference/fr.po +po/.reference/fi.po +po/.reference/es.po +po/.reference/eo.po +po/.reference/de.po +po/.reference/da.po +po/.reference/ca.po +po/.reference/ast.po gnulib -- cgit v1.2.1