From 6fb9ffefdd9cc64c08cf7627efd8a87a894b0419 Mon Sep 17 00:00:00 2001
From: Francis Rowe
+ Note: you will also need to replace the sha512 sums in
+ resources/scripts/helpers/sha512sums/grub. Do this with
+ an unmodified version of GRUB, from the commit that you are using,
+ and make sure that the files/directories beginning with .git do not
+ appear in the list of sha512 checksums. You can generate the list like so:
+ $ for i in $(find -type f); do sha512sum "${i}" >> ../resources/scripts/helpers/sha512sums/grub; done
+
Back to top of page. diff --git a/docs/tasks.html b/docs/tasks.html index fab0a27..9124257 100644 --- a/docs/tasks.html +++ b/docs/tasks.html @@ -105,7 +105,8 @@