diff options
author | Klemens Nanni <contact@autoboot.org> | 2015-09-15 16:07:34 +0200 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-07 12:14:11 +0100 |
commit | a94a391696f9941bb3ab95a442e23c03d62f8fbf (patch) | |
tree | a2573803503b781933062ac51ecfa15004278e6b /resources/scripts/helpers | |
parent | f2f83c051c33a0446f13b66d6ba0146580a4552e (diff) | |
download | librebootfr-a94a391696f9941bb3ab95a442e23c03d62f8fbf.tar.gz librebootfr-a94a391696f9941bb3ab95a442e23c03d62f8fbf.zip |
GRUB2: Cryptomount enhancements: Hotfix
Diffstat (limited to 'resources/scripts/helpers')
-rwxr-xr-x | resources/scripts/helpers/download/grub | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/grub b/resources/scripts/helpers/download/grub index 7a7b1727..66fd68b7 100755 --- a/resources/scripts/helpers/download/grub +++ b/resources/scripts/helpers/download/grub @@ -55,6 +55,8 @@ git am "../resources/grub/patch/grub.johnlane.ie/0002-Cryptomount-support-key-fi 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" +# hotfix from kl3 (merged from autoboot) +git am "../resources/grub/patch/grub.johnlane.ie/0006-grub-core-disk-cryptodisk.c-Point-to-const-char.patch" cd "../" printf "\n\n" |