Disable partmap check on i386-ieee1275 due to openfirmware issues.
This commit is contained in:
parent
a936af564c
commit
a3d566d442
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue