Re: [GITGRUB] New menu interface (implementation)

2009-10-18 Thread Bean
Hi, Update: Add mapkey section. For example: mapkey { f5 = ctrl-x } maps f5 key to ctrl-x, this is important for platforms like EFI as ctrl-x can't be input. key name should be lowercase, it can be single character, f1 to f10, ctrl-a to ctrl-z, left, right, up, down, home, end, delete, page_

Re: [PATCH] Refuse to install on XFS destroying its superblock

2009-10-18 Thread Vladimir 'phcoder' Serbinenko
richardvo...@gmail.com wrote: > On Sat, Oct 17, 2009 at 7:09 AM, Vladimir 'phcoder' Serbinenko > wrote: > >> Robert Millan wrote: >> >>> On Sat, Oct 17, 2009 at 01:43:37PM +0200, Vladimir 'phcoder' Serbinenko >>> wrote: >>> >>> Robert Millan wrote: > On

Re: [PATCH] Refuse to install on XFS destroying its superblock

2009-10-18 Thread Vladimir 'phcoder' Serbinenko
Robert Millan wrote: > On Sat, Oct 17, 2009 at 02:09:31PM +0200, Vladimir 'phcoder' Serbinenko wrote: > The danger is that fs_probe may reject filesystem as valid just because it's newer than expected. >>> What do you mean with "reject filesystem as valid"? >>>

Re: [2637] 2009-10-16 Colin Watson

2009-10-18 Thread Robert Millan
On Sat, Oct 17, 2009 at 11:09:28AM -0500, richardvo...@gmail.com wrote: > > mmx/sse/sse2/3dnow because we don't use floating point arithmetics. If I > > remember correctly sse has some commands for operations on parallel > > operations on integers but the only place I see where benefit could be > >

Re: [PATCH] Refuse to install on XFS destroying its superblock

2009-10-18 Thread Robert Millan
On Sat, Oct 17, 2009 at 02:09:31PM +0200, Vladimir 'phcoder' Serbinenko wrote: > >> The danger is that fs_probe may reject filesystem as valid just because > >> it's newer than expected. > >> > > > > What do you mean with "reject filesystem as valid"? > > > > > Sorry for being unclear. I ju