]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Disable partmap check on i386-ieee1275 due to openfirmware issues.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 12 Apr 2013 15:51:43 +0000 (17:51 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 12 Apr 2013 15:51:43 +0000 (17:51 +0200)
ChangeLog
tests/partmap_test.in

index 109bb4c1486ad5a920b668ef6a7575236814ff6d..1f6ad7c0e97c590aba9ebd0f0c014a3b9ea1b58c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Disable partmap check on i386-ieee1275 due to openfirmware issues.
+
 2013-04-12  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * tests/util/grub-shell.in: Fix it on powerpc.
index 8d68a28d708e76aed3e0b6f024ca0224fc42b2e6..f667f86e1e82825a125fad912621e094872cfe86 100644 (file)
@@ -69,6 +69,8 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
     i386-ieee1275)
        disk=ieee1275/d
        qemudisk=hdb
+       # QEMU firmware has bugs which prevent it from accessing hard disk.
+       exit 0
        ;;
     *)
        disk=hd0