Bug#417938: lvm2create_initrd missing pieces

2007-08-13 Thread Phil Dibowitz
By the way, I figured out what the problem was. The lvm2 hook for initramfs-tools is specifically looking for the mapper path, such as root=/dev/mapper/vg00-root as opposed to the canonical path, root=/dev/vg00/root It regex's out /dev/mapper and then splits on - to get the group and logical

Bug#417938: lvm2create_initrd missing pieces

2007-04-28 Thread Phil Dibowitz
I noticed the latest version of lvm2 has hooks for initramfs-tools. But I have yet to be able to make this work - and there don't appear to be docs in /usr/share/doc/lvm2. I've tried passing in 'root=/dev/vg00/root' and 'root=vg00-root' and a variety of other things, but it always just hangs

Bug#417938: lvm2create_initrd missing pieces

2007-04-07 Thread Phil Dibowitz
Bastian Blank wrote: tags 417938 pending thanks On Thu, Apr 05, 2007 at 08:39:17AM -0700, Phil Dibowitz wrote: lvm2create_initrd is missing a few things for it to work: It is an old example. I don't intend to fix it but remove it instead. Use initramfs-tools for this. Hmm. I must be

Bug#417938: lvm2create_initrd missing pieces

2007-04-07 Thread Bastian Blank
tags 417938 pending thanks On Thu, Apr 05, 2007 at 08:39:17AM -0700, Phil Dibowitz wrote: lvm2create_initrd is missing a few things for it to work: It is an old example. I don't intend to fix it but remove it instead. Use initramfs-tools for this. Bastian -- Earth -- mother of the most

Bug#417938: lvm2create_initrd missing pieces

2007-04-05 Thread Phil Dibowitz
Package: lvm2 Version: 2.02.06-4 Severity: normal lvm2create_initrd is missing a few things for it to work: 1. It doesn't actually include the busybox binary. I had to copy this into the initrd myself. Since everything in /bin is a symlink to it, this is critical. 2. It doesn't copy any of the