Re: [PATCH] Enable install of grub2 in PReP partition

2011-11-11 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 11.11.2011 15:02, Paulo de Rezende Pinatti wrote: > + if (dev->disk->partition == NULL) > +{ > + grub_util_info ("no partition map found for %s", dev->disk->name); > +} > + > + if (strcmp(dev->disk->partition->partmap->name, "msdos") == 0) This is wrong, you ch

[PATCH] Enable install of grub2 in PReP partition

2011-11-11 Thread Paulo de Rezende Pinatti
Hi, This patch will enable the install and run of Grub 2 in the PReP partition for PowerPC machines. This procedure will only be used if a install_device argument is used with grub-install, otherwise it will be installed by the old way. Best Regards -- Paulo de Rezende Pinatti Staff Softwar