diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-30 16:40:40 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-30 16:42:22 (EST) |
commit | 2e7fde09174aed5f3cc7d714dbe32e451873f3c9 (patch) | |
tree | 581ff675e6c6f5394b52f9ce443f985fe940ec34 /resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch | |
parent | a6a7f8723564a67bc10c6f879fde528589a6521b (diff) | |
download | libreboot-2e7fde09174aed5f3cc7d714dbe32e451873f3c9.zip libreboot-2e7fde09174aed5f3cc7d714dbe32e451873f3c9.tar.gz libreboot-2e7fde09174aed5f3cc7d714dbe32e451873f3c9.tar.bz2 |
update GRUB
Diffstat (limited to 'resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch')
-rw-r--r-- | resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch b/resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch index 5ed8b27..e68e5c6 100644 --- a/resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch +++ b/resources/grub/patch/grub.johnlane.ie/0003-Cryptomount-luks-allow-multiple-passphrase-attempts.patch @@ -1,7 +1,7 @@ -From 3e2ffefe1edbbd874ca18ac397a14465d1ac49be Mon Sep 17 00:00:00 2001 +From f32a31fd6279114af604a1b4cc33af8d377d2e29 Mon Sep 17 00:00:00 2001 From: John Lane <john@lane.uk.net> Date: Fri, 26 Jun 2015 13:49:58 +0100 -Subject: [PATCH 3/5] Cryptomount luks allow multiple passphrase attempts +Subject: [PATCH 3/6] Cryptomount luks allow multiple passphrase attempts --- grub-core/disk/luks.c | 278 ++++++++++++++++++++++++++------------------------ @@ -325,5 +325,5 @@ index 5882368..11e437e 100644 grub_free (split_key); -- -2.1.2 +1.9.1 |