summaryrefslogtreecommitdiff
path: root/config/binary_local-hooks
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2014-03-05 22:07:19 +0100
committerHolger Paradies <retabell@gmx.de>2014-03-05 22:12:01 +0100
commitbffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22 (patch)
treef13179d9020e7e6072a01a95a0cbb3b8360f117c /config/binary_local-hooks
parentdfc4816fe72e7c4f16c6f1011b542d9c1a36ea18 (diff)
downloadkanotix-bffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22.zip
kanotix-bffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22.tar.gz
fix uefi 32 bit efi name
Diffstat (limited to 'config/binary_local-hooks')
-rwxr-xr-xconfig/binary_local-hooks/grub2-efi2
1 files changed, 1 insertions, 1 deletions
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