Hi The clvm ebuilds lack the startup scripts in files and the ebuild Because they block lvm2 it's now impossible to install clvm on a system with local logical volumes at well. In the boot process the local logical volumes don't get mounted anymore resulting in my case in a server at init 1 :-( Patch fixes ebuild, files can be copied from the lvm2 ebuild files dir. (lvm2-start.sh & lvm2-stop.sh) I've succesfully compiled the ebuild on amd64 hence the keyword change, should I make a seperate bug for that ?? (Apart from successfully compiling, it's working as well :-) --- /usr/portage/sys-fs/clvm/clvm-2.02.05.ebuild 2006-04-30 15:32:53.000000000 +0200 +++ /usr/local/portage/sys-fs/clvm/clvm-2.02.05.ebuild 2006-07-04 12:39:39.000000000 +0200 @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~amd64" IUSE="readline nocman " DEPEND=">=sys-fs/device-mapper-1.02.03 @@ -47,4 +47,9 @@ dodoc COPYING* INSTALL README VERSION WHATS_NEW doc/*.{conf,c,txt} newinitd ${FILESDIR}/clvmd.rc clvmd || die + + insinto /lib/rcscripts/addons + newins ${FILESDIR}/lvm2-start.sh lvm-start.sh || die + newins ${FILESDIR}/lvm2-stop.sh lvm-stop.sh || die + }
Fixed in CVS. Thanks.