Works with your modification. The problem was that update-initramfs was done when the kernel is installed (in the DEFAULT package) but at this time the lvm2 is not installed so lvmchange is not installed.
Thanks a lot for your help. Stephane. 2008/11/14 Michael Tautschnig <[EMAIL PROTECTED]> > > I have added lvm2 to the FAIBASE and DEFAULT package and from what i see > on > > the installation trace from the FAI client ramfs is regenerated when the > > client is installed. Also i have checked the time on the initramfs file > so i > > am sure it is regenerated at the time of the install. > > > > But i have still not /sbin/vgchange in the /sbin ramdisk... > > > > I think it is regenerated when installing the kernel, but this most likely > happens before lvm2 is fully set up. So please add an explicit call to one > of > the scripts as suggested in the mail I just sent; however, please use > > $ROOTCMD update-initramfs -k all -u > > to make sure that it is run for the new system inside /target > > Best, > Michael > >
