[kexec-tools] kexec-tools: rename initrd to initramfs

Cong Wang wangcong at fedoraproject.org
Wed Jul 27 10:10:47 UTC 2011


commit 0ce85b362d0ee40e4ceec169d58fafd0cbe19c03
Author: Amerigo Wang <amwang at redhat.com>
Date:   Wed Jul 27 18:05:04 2011 +0800

    kexec-tools: rename initrd to initramfs

 kdumpctl         |    2 +-
 kexec-tools.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kdumpctl b/kdumpctl
index 7288c43..e37fd8d 100755
--- a/kdumpctl
+++ b/kdumpctl
@@ -53,7 +53,7 @@ function check_config()
 	fi
 
 	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
 		echo -n "No kdump kernel image found."; echo
diff --git a/kexec-tools.spec b/kexec-tools.spec
index 2ba622e..766d745 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -1,6 +1,6 @@
 Name: kexec-tools
 Version: 2.0.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2
 Group: Applications/System
 Summary: The kexec/kdump userspace component.
@@ -281,6 +281,9 @@ done
 
 
 %changelog
+* Wed Jul 27 2011 Cong Wang <xiyou.wangcong at gmail.com> - 2.0.2-11
+- Rename initrd to initramfs.
+
 * Wed Jul 27 2011 Cong Wang <xiyou.wangcong at gmail.com> - 2.0.2-10
 - Don't depend on busybox, as it doesn't save much space.
 


More information about the scm-commits mailing list