Resolves: bz 443878

This commit is contained in:
Neil Horman 2008-06-11 10:51:51 +00:00
parent 558bea7d40
commit 51a3406429
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 1.102pre
Release: 11%{?dist}
Release: 12%{?dist}
License: GPL
Group: Applications/System
Summary: The kexec/kdump userspace component.
@ -265,6 +265,9 @@ done
%changelog
* Wed Jun 11 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-12
- Added lvm to bin list (bz 443878)
* Thu Jun 05 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-11
- Update to latest makedumpfile from upstream
- Mass import of RHEL fixes missing in rawhide

View File

@ -1473,6 +1473,7 @@ fi
# nash should do lvm probing for us and write its own configs.
if [ -n "$vg_list" ]; then
inst /sbin/lvm "$MNTIMAGE/bin/lvm"
bin="$bin /sbin/lvm"
if [ -f /etc/lvm/lvm.conf ]; then
cp $verbose --parents /etc/lvm/lvm.conf $MNTIMAGE/
fi