kexec-tools: rename initrd to initramfs

This commit is contained in:
Amerigo Wang 2011-07-27 18:05:04 +08:00
parent 4cfe96454e
commit 0ce85b362d
2 changed files with 5 additions and 2 deletions

View File

@ -53,7 +53,7 @@ function check_config()
fi fi
kdump_kernel="${KDUMP_BOOTDIR}/${KDUMP_IMG}-${kdump_kver}${KDUMP_IMG_EXT}" kdump_kernel="${KDUMP_BOOTDIR}/${KDUMP_IMG}-${kdump_kver}${KDUMP_IMG_EXT}"
kdump_initrd="${KDUMP_BOOTDIR}/initrd-${kdump_kver}kdump.img" kdump_initrd="${KDUMP_BOOTDIR}/initramfs-${kdump_kver}kdump.img"
if [ ! -f $kdump_kernel ]; then if [ ! -f $kdump_kernel ]; then
echo -n "No kdump kernel image found."; echo echo -n "No kdump kernel image found."; echo

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 2.0.2 Version: 2.0.2
Release: 10%{?dist} Release: 11%{?dist}
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component. Summary: The kexec/kdump userspace component.
@ -281,6 +281,9 @@ done
%changelog %changelog
* Wed Jul 27 2011 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-11
- Rename initrd to initramfs.
* Wed Jul 27 2011 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-10 * Wed Jul 27 2011 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-10
- Don't depend on busybox, as it doesn't save much space. - Don't depend on busybox, as it doesn't save much space.