[grub2] Get the variable name right.

Peter Jones pjones at fedoraproject.org
Sat Jul 14 16:11:04 UTC 2012


commit 3490553d0eb212c3ce3092cb7bbea456a8824982
Author: Peter Jones <pjones at redhat.com>
Date:   Sat Jul 14 12:10:40 2012 -0400

    Get the variable name right.

 ...-2.00-who-trusts-you-and-who-do-you-trust.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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;
 +


More information about the scm-commits mailing list