From 3490553d0eb212c3ce3092cb7bbea456a8824982 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Jul 14 2012 16:10:40 +0000 Subject: Get the variable name right. --- diff --git a/grub-2.00-who-trusts-you-and-who-do-you-trust.patch b/grub-2.00-who-trusts-you-and-who-do-you-trust.patch index 6a0b922..e374ac2 100644 --- a/grub-2.00-who-trusts-you-and-who-do-you-trust.patch +++ b/grub-2.00-who-trusts-you-and-who-do-you-trust.patch @@ -89,7 +89,7 @@ index c6bd96e..3e83ee8 100644 + grub_efi_guid_t guid = GRUB_EFI_GLOBAL_VARIABLE_GUID; + unsigned int x; + -+ data = grub_efi_get_variable ("SecureBoots", &guid, &datasize); ++ data = grub_efi_get_variable ("SecureBoot", &guid, &datasize); + if (!data) + return GRUB_ERR_NONE; +