summaryrefslogtreecommitdiff
path: root/config/binary_grub
diff options
context:
space:
mode:
authorJoerg Schirottke <master@kanotix.com>2014-03-12 22:22:04 +0100
committerHolger Paradies <retabell@gmx.de>2014-03-12 22:51:46 +0100
commit76cdd10650b84e531aa64b9f771ee498c09f213d (patch)
treef895906df7b93158cea38c285cfa5b549517c69e /config/binary_grub
parent4d04e994e7b43bb8590aa5be42ed17c0bfd1d8c4 (diff)
downloadkanotix-76cdd10650b84e531aa64b9f771ee498c09f213d.zip
kanotix-76cdd10650b84e531aa64b9f771ee498c09f213d.tar.gz
fix uefi 32 bit shell name
Diffstat (limited to 'config/binary_grub')
-rw-r--r--config/binary_grub/grub.cfg4
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