Re: [PATCH] don't abort with error if realpath fails

2006-09-21 Thread Robert Millan
On Thu, Sep 21, 2006 at 03:55:54AM +0200, Yoshinori K. Okuji wrote: > On Sunday 17 September 2006 22:39, Robert Millan wrote: > > Please consider (mostly useful to support device.map generated by GRUB > > legacy): > > > > 2006-09-17 Robert Millan <[EMAIL PROTECTED]> > > > > * util/i386/pc/bio

Re: [PATCH] Linux I2O devices

2006-09-21 Thread Robert Millan
On Thu, Sep 21, 2006 at 03:57:45AM +0200, Yoshinori K. Okuji wrote: > On Sunday 17 September 2006 23:08, Robert Millan wrote: > > Support for Linux I2O devices (imported from GRUB Legacy). > > > > 2006-09-17 Robert Millan <[EMAIL PROTECTED]> > > > > Import from GRUB Legacy (lib/device.c): > >

Re: [PATCH] Linux I2O devices

2006-09-21 Thread Robert Millan
On Thu, Sep 21, 2006 at 03:59:29AM +0200, Yoshinori K. Okuji wrote: > On Sunday 17 September 2006 23:25, Robert Millan wrote: > > For I2O we have /dev/i2o/hd[a-z][0-9]. There's also a big family of device > > sets using this scheme (/dev/*/hd[a-z][0-9]). Unless the second "if" can > > be made the

[PATCH] Sync grub-emu and grub-mkimage paths with i386 version

2006-09-21 Thread Robert Millan
2006-09-21 Robert Millan <[EMAIL PROTECTED]> * conf/powerpc-ieee1275.rmk: Sync grub-emu and grub-mkimage paths with i386 version. -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing to it will get you added to

Re: [PATCH] Sync grub-emu and grub-mkimage paths with i386 version

2006-09-21 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > 2006-09-21 Robert Millan <[EMAIL PROTECTED]> > > * conf/powerpc-ieee1275.rmk: Sync grub-emu and grub-mkimage paths with > i386 version. Please describe what the patch changes in the changelog entry instead of what it conceptually does. --

CVS fails to build

2006-09-21 Thread Robert Millan
CVS fails to build: In file included from include/grub/normal.h:28, from commands/boot.c:21: include/grub/script.h:27:29: error: grub_script.tab.h: No such file or directory In file included from include/grub/normal.h:28, from commands/boot.c:21: inc

Re: [PATCH] Sync grub-emu and grub-mkimage paths with i386 version

2006-09-21 Thread Robert Millan
On Thu, Sep 21, 2006 at 08:39:40PM +0200, Marco Gerards wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > 2006-09-21 Robert Millan <[EMAIL PROTECTED]> > > > > * conf/powerpc-ieee1275.rmk: Sync grub-emu and grub-mkimage paths with > > i386 version. > > Please describe what the pat

Re: [PATCH] Sync grub-emu and grub-mkimage paths with i386 version

2006-09-21 Thread Marco Gerards
Robert Millan <[EMAIL PROTECTED]> writes: > On Thu, Sep 21, 2006 at 08:39:40PM +0200, Marco Gerards wrote: >> Robert Millan <[EMAIL PROTECTED]> writes: >> >> > 2006-09-21 Robert Millan <[EMAIL PROTECTED]> >> > >> >* conf/powerpc-ieee1275.rmk: Sync grub-emu and grub-mkimage paths with >> >

Regression with grub-probefs

2006-09-21 Thread Robert Millan
Looks like grub-probefs is broken in current CVS: $ sudo grub-probefs -v / grub-probefs: info: changing current directory to /dev [...] grub-probefs: info: /dev/hda1 starts from 63 grub-probefs: info: opening the device hd0 grub-probefs: info: the size of hd0 is 156301488 grub-probefs: info: open

Re: CVS fails to build

2006-09-21 Thread Robert Millan
On Fri, Sep 22, 2006 at 12:24:10AM +0200, Johan Rydberg wrote: > Robert Millan <[EMAIL PROTECTED]> writes: > > > As Marco said on IRC, the culprit is: > > > > 2006-08-15 Johan Rydberg <[EMAIL PROTECTED]> > > [...] > > > > I don't understand the commit to produce a proper fix. Perhaps it > > sho

Re: CVS fails to build

2006-09-21 Thread Johan Rydberg
Robert Millan <[EMAIL PROTECTED]> writes: >> I'll commit it in a few days, or when you (or someone else) confirms >> that it works. > > Confirmed. Committed. ~j ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/gru

Re: [PATCH] don't abort with error if realpath fails

2006-09-21 Thread Yoshinori K. Okuji
On Thursday 21 September 2006 19:34, Robert Millan wrote: > Sure. The purpose of realpath here isn't really to verify device > existance; that ought to happen later if (and only if) we're actualy going > to use that device. > > Suppose this device.map: > > (hd0) /dev/hda > (xxx) /dev/idontexist >

Re: [PATCH] don't abort with error if realpath fails

2006-09-21 Thread Robert Millan
On Fri, Sep 22, 2006 at 07:42:38AM +0200, Yoshinori K. Okuji wrote: > On Thursday 21 September 2006 19:34, Robert Millan wrote: > > Sure. The purpose of realpath here isn't really to verify device > > existance; that ought to happen later if (and only if) we're actualy going > > to use that device

Re: [PATCH] don't abort with error if realpath fails

2006-09-21 Thread Robert Millan
On Fri, Sep 22, 2006 at 08:44:10AM +0200, Robert Millan wrote: > On Fri, Sep 22, 2006 at 07:42:38AM +0200, Yoshinori K. Okuji wrote: > > On Thursday 21 September 2006 19:34, Robert Millan wrote: > > > Sure. The purpose of realpath here isn't really to verify device > > > existance; that ought to h