* tests/util/grub-shell.in: Boot as hdd on ppc by default.
This commit is contained in:
parent
47dcf7b176
commit
665c575b2a
@ -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>
|
2013-11-08 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/loader/multiboot_mbi2.c (grub_multiboot_add_module): Fix
|
* 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
|
trim=1
|
||||||
;;
|
;;
|
||||||
powerpc-ieee1275)
|
powerpc-ieee1275)
|
||||||
boot=cd
|
boot=hd
|
||||||
qemu=qemu-system-ppc
|
qemu=qemu-system-ppc
|
||||||
console=console
|
console=console
|
||||||
serial_port=escc-ch-a
|
serial_port=escc-ch-a
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user