Re: Support for reading LVM volumes

2006-09-03 Thread Thomas Schwinge
Hello! On Sun, Aug 13, 2006 at 05:13:55PM +0200, Jeroen Dekkers wrote: > I've just commited the code for reading LVM volumes. Congratulations, Jeroen! :-) I'll be sure to check (and use!) that sooner or later, but then forever. Or so. Regards, Thomas signature.asc Description: Digital sign

Re: Support for reading LVM volumes

2006-08-15 Thread Jeroen Dekkers
At Tue, 15 Aug 2006 14:48:41 +0200, Yoshinori K. Okuji wrote: > > On Tuesday 15 August 2006 13:30, Jeroen Dekkers wrote: > > > I'm going to work on adding support for LVM to grub-setup now. That's > > > the last remaining thing in my SoC project. > > > > This is done now. This means I've finished

Re: Support for reading LVM volumes

2006-08-15 Thread Yoshinori K. Okuji
On Tuesday 15 August 2006 13:30, Jeroen Dekkers wrote: > > I'm going to work on adding support for LVM to grub-setup now. That's > > the last remaining thing in my SoC project. > > This is done now. This means I've finished all the things for my SoC > project. What I've written is a raid module tha

Re: Support for reading LVM volumes

2006-08-15 Thread Yoshinori K. Okuji
On Sunday 13 August 2006 21:51, Hollis Blanchard wrote: > On Sun, 2006-08-13 at 20:23 +0200, Jeroen Dekkers wrote: > > At Sun, 13 Aug 2006 11:49:06 -0500, > > > > Hollis Blanchard wrote: > > > What will happen to the google-soc2006 CVS branch when you're done? > > > > It should be merged into the m

Re: Support for reading LVM volumes

2006-08-15 Thread Marco Gerards
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > At Sun, 13 Aug 2006 17:13:55 +0200, > Jeroen Dekkers wrote: >> I'm going to work on adding support for LVM to grub-setup now. That's >> the last remaining thing in my SoC project. > > This is done now. This means I've finished all the things for my SoC

Re: Support for reading LVM volumes

2006-08-15 Thread Jeroen Dekkers
At Sun, 13 Aug 2006 17:13:55 +0200, Jeroen Dekkers wrote: > I'm going to work on adding support for LVM to grub-setup now. That's > the last remaining thing in my SoC project. This is done now. This means I've finished all the things for my SoC project. What I've written is a raid module that is a

Re: Support for reading LVM volumes

2006-08-13 Thread Jeroen Dekkers
At Sun, 13 Aug 2006 14:51:40 -0500, Hollis Blanchard wrote: > > On Sun, 2006-08-13 at 20:23 +0200, Jeroen Dekkers wrote: > > At Sun, 13 Aug 2006 11:49:06 -0500, > > Hollis Blanchard wrote: > > > > > > What will happen to the google-soc2006 CVS branch when you're done? > > > > It should be merged

Re: Support for reading LVM volumes

2006-08-13 Thread Hollis Blanchard
On Sun, 2006-08-13 at 20:23 +0200, Jeroen Dekkers wrote: > At Sun, 13 Aug 2006 11:49:06 -0500, > Hollis Blanchard wrote: > > > > What will happen to the google-soc2006 CVS branch when you're done? > > It should be merged into the mainline. Well, of course. :) My question wasn't "what _should_ ha

Re: Support for reading LVM volumes

2006-08-13 Thread Jeroen Dekkers
At Sun, 13 Aug 2006 11:49:06 -0500, Hollis Blanchard wrote: > > What will happen to the google-soc2006 CVS branch when you're done? It should be merged into the mainline. Jeroen Dekkers ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.

Re: Support for reading LVM volumes

2006-08-13 Thread Hollis Blanchard
On Sun, 2006-08-13 at 17:13 +0200, Jeroen Dekkers wrote: > I've just commited the code for reading LVM volumes. The only issue > that I know of is that it currently doesn't support reading snapshot > volumes. All the normal LVM volumes (striped and linear) are supported > however. Very nice. :) >

Support for reading LVM volumes

2006-08-13 Thread Jeroen Dekkers
Hi all, I've just commited the code for reading LVM volumes. The only issue that I know of is that it currently doesn't support reading snapshot volumes. All the normal LVM volumes (striped and linear) are supported however. I'm going to work on adding support for LVM to grub-setup now. That's th