lvm2: use shared bins in the initramfs hook. bumprev.

--HG--
extra : convert_revision : 9f21ee631d33b7bc77e4983306ab9fe958875e2b
This commit is contained in:
Juan RP 2009-12-20 21:19:44 +01:00
parent 24988196aa
commit 755be11eb5
2 changed files with 3 additions and 2 deletions

View File

@ -25,8 +25,8 @@ if [ -e /etc/lvm/lvm.conf ]; then
cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/
fi
copy_exec /sbin/dmsetup.static /sbin/dmsetup
copy_exec /sbin/lvm.static /sbin/lvm
copy_exec /sbin/dmsetup /sbin/dmsetup
copy_exec /sbin/lvm /sbin/lvm
for x in dm_mod dm_snapshot dm_mirror; do
manual_add_modules ${x}

View File

@ -1,6 +1,7 @@
# Template file for 'lvm2'
pkgname=lvm2
version=2.02.56
revision=1
wrksrc=LVM2.${version}
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
build_style=gnu_configure