Add support for pseries and other bootinfo machines to grub-mkrescue.

Tested by: Paulo Flabiano Smorigo.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-04-19 00:36:23 +02:00
parent d0d2daa661
commit daaa64bd90
4 changed files with 89 additions and 0 deletions

View file

@ -34,6 +34,14 @@ script = {
installdir = platform;
name = grub.chrp;
common = boot/powerpc/grub.chrp.in;
enable = powerpc_ieee1275;
};
script = {
installdir = platform;
name = bootinfo.txt;
common = boot/powerpc/bootinfo.txt.in;
enable = powerpc_ieee1275;
};
kernel = {