Support i386-ieee1275 grub-mkrescue and make check on it.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-12 01:29:45 +02:00
parent a79b8a1584
commit dbc56d8f0b
7 changed files with 34 additions and 5 deletions

View file

@ -100,10 +100,11 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
console=vga_text;;
i386-ieee1275)
boot=cd
boot=hd
qemu=qemu-system-i386
console=console;;
console=console
trim=1
;;
i386-qemu)
boot=qemu
qemu=qemu-system-i386