hddboot_test: reenable on OVMF

OVMF now supports booting from disks.
This commit is contained in:
Vladimir Serbinenko 2016-01-07 15:54:06 +01:00
parent 607d66116a
commit 86e3b4ba1a
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
# FIXME: currently grub-shell uses only -kernel for loongson
mipsel-loongson)
exit 0;;
# FIXME: OVMF skips HDDs for automatic boot and has no USB support
*-efi)
exit 0;;
esac
if [ "$(echo hello | "${grubshell}" --boot=hd)" != "Hello World" ]; then