* tests/partmap_test.in: Skip on ppc due to serious firmware bug.
This commit is contained in:
parent
5e619f408d
commit
34b2bced3f
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* tests/partmap_test.in: Skip on ppc due to serious firmware bug.
|
||||||
|
|
||||||
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Fix wildcard escaping.
|
Fix wildcard escaping.
|
||||||
|
|
|
@ -59,6 +59,11 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
||||||
mips-qemu_mips | mipsel-qemu_mips | i386-qemu | i386-multiboot | i386-coreboot)
|
mips-qemu_mips | mipsel-qemu_mips | i386-qemu | i386-multiboot | i386-coreboot)
|
||||||
disk=ata0
|
disk=ata0
|
||||||
;;
|
;;
|
||||||
|
powerpc-ieee1275)
|
||||||
|
disk=ieee1275//pci@80000000/mac-io@4/ata-3@20000/disk@0
|
||||||
|
# QEMU firmware has bugs which prevent it from accessing hard disk.
|
||||||
|
exit 0
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
disk=hd0
|
disk=hd0
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue