update calculation

This commit is contained in:
Tobias Powalowski 2023-02-08 17:42:44 +01:00
parent 7082ac596b
commit b26cf9bcee

View file

@ -50,13 +50,11 @@ function _efi_shell {
if [ ${grub_cpu} == "x86_64" ]; then
menuentry "UEFI Shell" {
_menu_running
search --no-floppy --set=root --file /efi/boot/VMLINUZ_X64
chainloader /efi/tools/shellx64.efi
}
elif [ ${grub_cpu} == "i386" ]; then
menuentry "UEFI Shell" {
_menu_running
search --no-floppy --set=root --file /efi/boot/VMLINUZ_X64
chainloader /efi/tools/SHELLIA32.EFI
}
fi