lvm2: use shared bins in the initramfs hook. bumprev.
--HG-- extra : convert_revision : 9f21ee631d33b7bc77e4983306ab9fe958875e2b
This commit is contained in:
parent
24988196aa
commit
755be11eb5
|
@ -25,8 +25,8 @@ if [ -e /etc/lvm/lvm.conf ]; then
|
||||||
cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/
|
cp /etc/lvm/lvm.conf ${DESTDIR}/etc/lvm/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
copy_exec /sbin/dmsetup.static /sbin/dmsetup
|
copy_exec /sbin/dmsetup /sbin/dmsetup
|
||||||
copy_exec /sbin/lvm.static /sbin/lvm
|
copy_exec /sbin/lvm /sbin/lvm
|
||||||
|
|
||||||
for x in dm_mod dm_snapshot dm_mirror; do
|
for x in dm_mod dm_snapshot dm_mirror; do
|
||||||
manual_add_modules ${x}
|
manual_add_modules ${x}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'lvm2'
|
# Template file for 'lvm2'
|
||||||
pkgname=lvm2
|
pkgname=lvm2
|
||||||
version=2.02.56
|
version=2.02.56
|
||||||
|
revision=1
|
||||||
wrksrc=LVM2.${version}
|
wrksrc=LVM2.${version}
|
||||||
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
distfiles="ftp://sources.redhat.com/pub/lvm2/LVM2.${version}.tgz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
|
Loading…
Reference in New Issue