mkimage-profiles/features.in/grub/cfg.in/91shell_efi.cfg
2021-04-03 22:21:38 +07:00

7 lines
126 B
INI

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