diff options
author | Klemens Nanni <contact@autoboot.org> | 2015-09-15 15:44:08 +0200 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-07 12:11:03 +0100 |
commit | f2f83c051c33a0446f13b66d6ba0146580a4552e (patch) | |
tree | f66e0ba60bf351159de00e8d72fa94f476acb609 /resources/scripts/helpers/download/grub | |
parent | b66edef4fd1c4424238ca30ff6ff78fe3e032eac (diff) | |
download | librebootfr-f2f83c051c33a0446f13b66d6ba0146580a4552e.tar.gz librebootfr-f2f83c051c33a0446f13b66d6ba0146580a4552e.zip |
GRUB2: Cryptomount enhancements, grub.johnlane.ie
Diffstat (limited to 'resources/scripts/helpers/download/grub')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 5138f766..7a7b1727 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" |