diff --git a/srcpkgs/lvm2/files/lvm2.initramfs-hook b/srcpkgs/lvm2/files/lvm2.initramfs-hook index d2cf02212e3..a0f86404cf6 100644 --- a/srcpkgs/lvm2/files/lvm2.initramfs-hook +++ b/srcpkgs/lvm2/files/lvm2.initramfs-hook @@ -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} diff --git a/srcpkgs/lvm2/template b/srcpkgs/lvm2/template index 0a47d41c450..fb4a142a0a4 100644 --- a/srcpkgs/lvm2/template +++ b/srcpkgs/lvm2/template @@ -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