Re: Report: compil error on OSX for target=i386

2009-09-08 Thread Yves Blusseau
Le 8 sept. 09 à 16:41, Robert Millan a écrit : On Sun, Sep 06, 2009 at 08:56:59PM +0200, Yves Blusseau wrote: Bad news grub not compiled on a GCC 4.4.1 from MacPorts: gcc-mp-4.4 -Iloader/i386 -I./loader/i386 -I. -I./include -I./ include - Wall -W -Wall -W -Wshadow -Wpointer-arith -Wmissin

Re: [PATCH] hide `Try 'help' for usage' if help doestn't exist in rescue mode

2009-09-08 Thread Felix Zielcke
Am Dienstag, den 08.09.2009, 16:49 +0200 schrieb Robert Millan: > On Sun, Sep 06, 2009 at 08:03:31PM +0200, Felix Zielcke wrote: > > I think we shouldn't tell users to type `help' if the command doestn't > > exist in rescue mode, i.e. minicmd isn't included in core.img > > This increases the size o

Re: Mad idea: grub-fuse

2009-09-08 Thread Robert Millan
On Mon, Sep 07, 2009 at 07:49:03PM +0200, Vladimir 'phcoder' Serbinenko wrote: > Actually I had this idea before but haven't had any time to implement > or think more about it. This would be useful for massive multi-OS > environment since fuse is available on many platforms but many of FS > drivers

Re: Mad idea: grub-fuse

2009-09-08 Thread Robert Millan
On Mon, Sep 07, 2009 at 11:18:50AM +0100, Colin Watson wrote: > On Mon, Sep 07, 2009 at 06:07:48PM +0800, Bean wrote: > > Actually I've considered this before. My goal is to add a mini FUSE fs > > interface so that it can have read/write support in grub2 ! > > I'm actively uninterested in write su

Re: chmod of generated grub.cfg

2009-09-08 Thread Felix Zielcke
Am Dienstag, den 08.09.2009, 16:48 +0200 schrieb Robert Millan: > On Sun, Sep 06, 2009 at 07:22:36PM +0200, Vladimir 'phcoder' Serbinenko wrote: > > On Sun, Sep 6, 2009 at 3:38 PM, Colin Watson wrote: > > > On Sun, Sep 06, 2009 at 02:29:03PM +0200, Felix Zielcke wrote: > > >> Currently grub-mkconfi

Re: [PATCH] hide `Try 'help' for usage' if help doestn't exist in rescue mode

2009-09-08 Thread Robert Millan
On Sun, Sep 06, 2009 at 08:03:31PM +0200, Felix Zielcke wrote: > I think we shouldn't tell users to type `help' if the command doestn't > exist in rescue mode, i.e. minicmd isn't included in core.img > This increases the size of kernel.img for me by 28 bytes. I think it's > worth. > > It's so smal

Re: chmod of generated grub.cfg

2009-09-08 Thread Robert Millan
On Sun, Sep 06, 2009 at 07:22:36PM +0200, Vladimir 'phcoder' Serbinenko wrote: > On Sun, Sep 6, 2009 at 3:38 PM, Colin Watson wrote: > > On Sun, Sep 06, 2009 at 02:29:03PM +0200, Felix Zielcke wrote: > >> Currently grub-mkconfig uses chmod 444 on the newly generated grub.cfg > >> Wouldn't it be bet

Re: Fwd: [RFC] Eliminate NESTED_ATTR_FUNC

2009-09-08 Thread Robert Millan
On Sun, Sep 06, 2009 at 07:12:45PM +0200, Vladimir 'phcoder' Serbinenko wrote: > > We do file the bugs, but we recognize that 1) the fix won't > propagate for months, if that and 2) requiring a compiler update > decreases our testing base which is the most important thing we > have. > > Do you ge

Re: Report: compil error on OSX for target=i386

2009-09-08 Thread Robert Millan
On Sun, Sep 06, 2009 at 08:56:59PM +0200, Yves Blusseau wrote: > > Bad news grub not compiled on a GCC 4.4.1 from MacPorts: > > gcc-mp-4.4 -Iloader/i386 -I./loader/i386 -I. -I./include -I./include - > Wall -W -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes >-Wundef -Wstr

Re: [GITGRUB] New menu interface (second draft)

2009-09-08 Thread Bean
Hi, After more consideration, perhaps we should use the following component structure: frame - window border panel - layout manager with scroll bar support window - frame + panel label - text image - image button - button list - list box edit - multi-line edit box term - terminal emulator (exten

[Fwd: Re: Bug#545460: segfault during update of grub-pc package]

2009-09-08 Thread Felix Zielcke
Weitergeleitete Nachricht > Von: Robert Ramiega > An: Felix Zielcke > Kopie: 545...@bugs.debian.org > Betreff: Re: Bug#545460: segfault during update of grub-pc package > Datum: Tue, 8 Sep 2009 11:57:06 +0200 > > (gdb) r --device /dev/mapper/rhenvar-lvol0 --target=abstraction

Re: [GITGRUB] New menu interface (second draft)

2009-09-08 Thread Bean
On Tue, Sep 8, 2009 at 4:14 PM, Michal Suchanek wrote: > 2009/9/7 Bean : >> Hi, >> >> After considering the discussion of first post, I come up with the >> second draft for new menu interface implementation. >> >> First, the basic drawing unit is now region, there are four types: >> >> text >> Sing

Re: [GITGRUB] New menu interface (second draft)

2009-09-08 Thread Michal Suchanek
2009/9/7 Bean : > Hi, > > After considering the discussion of first post, I come up with the > second draft for new menu interface implementation. > > First, the basic drawing unit is now region, there are four types: > > text > Single line of text, have alignment attribute. > > image > An image, h