Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-11 Thread Felix Zielcke
Am Sonntag, den 07.06.2009, 17:37 +0200 schrieb Felix Zielcke: > Attached patch uses `prepare_grub_to_access_device' to set the root in > the generated entrys. > And it adds drivemap to the chainload ones, if root isn't (hd0). > > The Debian grub-installer adds map only with Dos and Windows, shoul

Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-09 Thread Pavel Roskin
On Tue, 2009-06-09 at 22:21 +0200, Felix Zielcke wrote: > os-prober currently prints `chain' on FreeDOS, QNX4, Windows, MS-DOS, > Solaris, Minix and Dell Utility Partition > Solaris probable won't need it but for Minix and QNX4 (I don't even know > what this is) I don't know. > FreeDOS probable n

Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-09 Thread Felix Zielcke
Am Montag, den 08.06.2009, 12:54 +0200 schrieb Vladimir 'phcoder' Serbinenko: > On Sun, Jun 7, 2009 at 5:55 PM, Pavel Roskin wrote: > > On Sun, 2009-06-07 at 17:37 +0200, Felix Zielcke wrote: > >> Attached patch uses `prepare_grub_to_access_device' to set the root in > >> the generated entrys. > >>

Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-08 Thread Vladimir 'phcoder' Serbinenko
On Sun, Jun 7, 2009 at 5:55 PM, Pavel Roskin wrote: > On Sun, 2009-06-07 at 17:37 +0200, Felix Zielcke wrote: >> Attached patch uses `prepare_grub_to_access_device' to set the root in >> the generated entrys. >> And it adds drivemap to the chainload ones, if root isn't (hd0). >> >> The Debian grub-

Re: [PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-07 Thread Pavel Roskin
On Sun, 2009-06-07 at 17:37 +0200, Felix Zielcke wrote: > Attached patch uses `prepare_grub_to_access_device' to set the root in > the generated entrys. > And it adds drivemap to the chainload ones, if root isn't (hd0). > > The Debian grub-installer adds map only with Dos and Windows, should I > d

[PATCH] add drivemap support to 30_os-prober.in and use UUIDs

2009-06-07 Thread Felix Zielcke
Attached patch uses `prepare_grub_to_access_device' to set the root in the generated entrys. And it adds drivemap to the chainload ones, if root isn't (hd0). The Debian grub-installer adds map only with Dos and Windows, should I do the same or is it okay to do it for all? -# update-grub helper sc