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

6 lines
131 B
INI
Raw Normal View History

if [ "$grub_platform" = "efi" ]; then
menuentry $"Memory Test" --id 'memtest' {
chainloader /EFI/tools/efi-shell.efi
}
fi