diff options
Diffstat (limited to 'config/binary_local-hooks/grub2-efi')
-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 |