mkimage-profiles/features.in/grub/cfg.in/91shell_efi.cfg

7 lines
126 B
INI
Raw Normal View History

if [ "$grub_platform" = "efi" ]; then
menuentry $"EFI shell" --id 'EFI shell' {
chainloader /EFI/shellx64.efi
boot
}
fi