summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers
diff options
context:
space:
mode:
authorKlemens Nanni <contact@autoboot.org>2015-09-15 09:44:08 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-10-07 07:11:03 (EDT)
commitf2f83c051c33a0446f13b66d6ba0146580a4552e (patch)
treef66e0ba60bf351159de00e8d72fa94f476acb609 /resources/scripts/helpers
parentb66edef4fd1c4424238ca30ff6ff78fe3e032eac (diff)
downloadlibreboot-f2f83c051c33a0446f13b66d6ba0146580a4552e.zip
libreboot-f2f83c051c33a0446f13b66d6ba0146580a4552e.tar.gz
libreboot-f2f83c051c33a0446f13b66d6ba0146580a4552e.tar.bz2
GRUB2: Cryptomount enhancements, grub.johnlane.ie
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-xresources/scripts/helpers/download/grub7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub
index 5138f76..7a7b172 100755
--- a/resources/scripts/helpers/download/grub
+++ b/resources/scripts/helpers/download/grub
@@ -49,5 +49,12 @@ git reset --hard 7a210304ebfd6d704b4fc08fe496a0c417441879
# Replace "GNU GRUB version" in GRUB screen with "FREE AS IN FREEDOM"
git am "../resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch"
+# GRUB enhancement patches from grub.johnlane.ie
+git am "../resources/grub/patch/grub.johnlane.ie/0001-Cryptomount-support-LUKS-detached-header.patch"
+git am "../resources/grub/patch/grub.johnlane.ie/0002-Cryptomount-support-key-files.patch"
+git am "../resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch"
+git am "../resources/grub/patch/grub.johnlane.ie/0004-Cryptomount-support-plain-dm-crypt.patch"
+git am "../resources/grub/patch/grub.johnlane.ie/0005-Cryptomount-support-for-hyphens-in-UUID.patch"
+
cd "../"
printf "\n\n"