* tests/util/grub-shell.in: Boot as hdd on ppc by default.
This commit is contained in:
parent
47dcf7b176
commit
665c575b2a
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* tests/util/grub-shell.in: Boot as hdd on ppc by default.
|
||||
|
||||
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/loader/multiboot_mbi2.c (grub_multiboot_add_module): Fix
|
||||
|
|
|
@ -76,7 +76,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
|||
trim=1
|
||||
;;
|
||||
powerpc-ieee1275)
|
||||
boot=cd
|
||||
boot=hd
|
||||
qemu=qemu-system-ppc
|
||||
console=console
|
||||
serial_port=escc-ch-a
|
||||
|
|
Loading…
Reference in a new issue