Linux loader breakage fixed

2009-07-05 Thread Pavel Roskin
Hello! I have just fixed a breakage in the Linux loader that was committed yesterday. Linux would not be able to mount the root partition. If anyone ended up with an unbootable system, please use linux16 and initrd16 instead on linux and initrd commands in the menu. -- Regards, Pavel Ro

Re: [PATCH] add support for dmraid devices

2009-07-05 Thread Felix Zielcke
Am Mittwoch, den 17.06.2009, 18:44 -0400 schrieb Pavel Roskin: > On Wed, 2009-06-17 at 16:08 +0200, Felix Zielcke wrote: > > add support for dmraid devices > > That's good. I have a system with a PDC RAID, and although I only have > one drive connected, GRUB2 won't install on it. I'm looking fo

Re: [PATCH] File access library for lua

2009-07-05 Thread Bean
On Sun, Jul 5, 2009 at 9:11 PM, Duboucher Thomas wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >        I was reading the code and now I have a question. You are creating a > grub librairy writen in C including useful functions such as > 'grub.file_open'. But in your implementation, yo

Re: [PATCH] File access library for lua

2009-07-05 Thread Duboucher Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was reading the code and now I have a question. You are creating a grub librairy writen in C including useful functions such as 'grub.file_open'. But in your implementation, you removed base libraries such as 'os' and 'io'. So why don't you j

Re: [PATCH] File access library for lua

2009-07-05 Thread Bean
Committed. On Sat, Jun 27, 2009 at 12:14 PM, Bean wrote: > On Sat, Jun 27, 2009 at 12:04 PM, Pavel Roskin wrote: >> On Sat, 2009-06-27 at 11:53 +0800, Bean wrote: >> >>> Yes, actually it's just a bunch of file_exist AND or OR together, but >>> I think if we use this kind of test often enough, impl