Resolves: bz 443878)
This commit is contained in:
parent
51a3406429
commit
b4a96a8bbc
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 1.102pre
|
Version: 1.102pre
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component.
|
Summary: The kexec/kdump userspace component.
|
||||||
@ -265,6 +265,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 11 2008 Neil Horman <nhorman@redhat.com> - 1.102pre-12
|
||||||
- Added lvm to bin list (bz 443878)
|
- Added lvm to bin list (bz 443878)
|
||||||
|
|
||||||
|
1
mkdumprd
1
mkdumprd
@ -1076,6 +1076,7 @@ fi
|
|||||||
|
|
||||||
#copy in busybox and make symlinks to its supported utilities
|
#copy in busybox and make symlinks to its supported utilities
|
||||||
cp /sbin/busybox $MNTIMAGE/sbin/busybox
|
cp /sbin/busybox $MNTIMAGE/sbin/busybox
|
||||||
|
bin="$bin /sbin/busybox"
|
||||||
cd $MNTIMAGE/sbin
|
cd $MNTIMAGE/sbin
|
||||||
for i in `/sbin/busybox |
|
for i in `/sbin/busybox |
|
||||||
awk 'BEGIN {found=0} /.*/ { if (found) print $0 } /Currently/ {found=1}' |
|
awk 'BEGIN {found=0} /.*/ { if (found) print $0 } /Currently/ {found=1}' |
|
||||||
|
Loading…
Reference in New Issue
Block a user