Resolves: bz 443878)

This commit is contained in:
Neil Horman 2008-07-14 14:52:37 +00:00
parent 51a3406429
commit b4a96a8bbc
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 1.102pre
Release: 12%{?dist}
Release: 13%{?dist}
License: GPL
Group: Applications/System
Summary: The kexec/kdump userspace component.
@ -265,6 +265,9 @@ done
%changelog
* Mon Jul 11 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-13
- Fix mkdumprd to support dynamic busybox (bz 443878)
* Wed Jun 11 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-12
- Added lvm to bin list (bz 443878)

View File

@ -1076,6 +1076,7 @@ fi
#copy in busybox and make symlinks to its supported utilities
cp /sbin/busybox $MNTIMAGE/sbin/busybox
bin="$bin /sbin/busybox"
cd $MNTIMAGE/sbin
for i in `/sbin/busybox |
awk 'BEGIN {found=0} /.*/ { if (found) print $0 } /Currently/ {found=1}' |