diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-03-05 22:07:19 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-03-05 22:12:01 +0100 |
commit | bffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22 (patch) | |
tree | f13179d9020e7e6072a01a95a0cbb3b8360f117c /config | |
parent | dfc4816fe72e7c4f16c6f1011b542d9c1a36ea18 (diff) | |
download | kanotix-bffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22.zip kanotix-bffa51e1c417c7ee8f03fc9a8c29a1c3cb35cc22.tar.gz |
fix uefi 32 bit efi name
Diffstat (limited to 'config')
-rwxr-xr-x | config/binary_local-hooks/grub2-efi | 2 |
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 |