diff options
author | Joerg Schirottke <master@kanotix.com> | 2014-03-12 22:22:04 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2014-03-12 22:51:46 +0100 |
commit | 76cdd10650b84e531aa64b9f771ee498c09f213d (patch) | |
tree | f895906df7b93158cea38c285cfa5b549517c69e /config | |
parent | 4d04e994e7b43bb8590aa5be42ed17c0bfd1d8c4 (diff) | |
download | kanotix-76cdd10650b84e531aa64b9f771ee498c09f213d.zip kanotix-76cdd10650b84e531aa64b9f771ee498c09f213d.tar.gz |
fix uefi 32 bit shell name
Diffstat (limited to 'config')
-rw-r--r-- | config/binary_grub/grub.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/binary_grub/grub.cfg b/config/binary_grub/grub.cfg index e77122b..c1d55d6 100644 --- a/config/binary_grub/grub.cfg +++ b/config/binary_grub/grub.cfg @@ -108,9 +108,9 @@ else chainloader /efi/boot/shellx64.efi } fi - if test -f /efi/boot/shellx86.efi ; then + if test -f /efi/boot/shellia32.efi ; then menuentry 'EFI Shell x86' { - chainloader /efi/boot/shellx86.efi + chainloader /efi/boot/shellia32.efi } fi insmod regexp |