From bffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22 Mon Sep 17 00:00:00 2001
From: Joerg Schirottke <master@kanotix.com>
Date: Wed, 5 Mar 2014 22:07:19 +0100
Subject: fix uefi 32 bit efi name

---
 config/binary_local-hooks/grub2-efi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/binary_local-hooks/grub2-efi b/config/binary_local-hooks/grub2-efi
index f55b87a..88563bf 100755
--- a/config/binary_local-hooks/grub2-efi
+++ b/config/binary_local-hooks/grub2-efi
@@ -17,7 +17,7 @@ case "$bit" in
 	;;
 32)
 	platform=i386-efi
-	efi_name=x86
+	efi_name=ia32
 	shell_dir=Ia32
 	;;
 esac
-- 
cgit v1.0