lvm2: remove vgchange binary from the initramfs hook.
Bump revision. --HG-- extra : convert_revision : 371fd0b6af8b1f7eb18467a0e171bec407823f0b
This commit is contained in:
parent
a61c124302
commit
39e6cb5eff
|
@ -27,7 +27,6 @@ fi
|
||||||
|
|
||||||
copy_exec /sbin/dmsetup
|
copy_exec /sbin/dmsetup
|
||||||
copy_exec /sbin/lvm
|
copy_exec /sbin/lvm
|
||||||
ln -s lvm ${DESTDIR}/sbin/vgchange
|
|
||||||
|
|
||||||
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,7 +1,7 @@
|
||||||
# Template file for 'lvm2'
|
# Template file for 'lvm2'
|
||||||
pkgname=lvm2
|
pkgname=lvm2
|
||||||
version=2.02.53
|
version=2.02.53
|
||||||
revision=1
|
revision=2
|
||||||
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