]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
hddboot_test: reenable on OVMF
authorVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 Jan 2016 14:54:06 +0000 (15:54 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Thu, 7 Jan 2016 14:54:06 +0000 (15:54 +0100)
OVMF now supports booting from disks.

tests/hddboot_test.in

index 2cbbf97ec7fe0aa8875f7f2b85d28ffa6d681ab0..c229716a642942d1eba6cc9d00867c0292c8e7a4 100644 (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