Really upload the dracut module this time
This commit is contained in:
parent
c461ec7057
commit
f51fd99344
@ -1,6 +1,6 @@
|
||||
Name: kexec-tools
|
||||
Version: 2.0.3
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
Summary: The kexec/kdump userspace component.
|
||||
@ -289,6 +289,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 25 2012 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-36
|
||||
- Really upload the dracut module.
|
||||
|
||||
* Wed Jan 25 2012 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-35
|
||||
- Fix various bugs for nfs dump.
|
||||
|
||||
|
4
mkdumprd
4
mkdumprd
@ -102,7 +102,7 @@ if [ -n "$conf_file" ]; then
|
||||
;;
|
||||
ext[234]|xfs|btrfs|minix)
|
||||
add_mount "$config_val"
|
||||
if [ $? -ne 0 ]
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Dump target $config_val is probably not mounted."
|
||||
exit 1
|
||||
fi
|
||||
@ -118,7 +118,7 @@ if [ -n "$conf_file" ]; then
|
||||
else
|
||||
add_dracut_module "nfs"
|
||||
add_mount "$config_val"
|
||||
if [ $? -ne 0 ]
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "Dump target $config_val is probably not mounted."
|
||||
exit 1
|
||||
fi
|
||||
|
2
sources
2
sources
@ -2,6 +2,6 @@ d9f2ecd3c3307905f24130a25816e6cc kexec-tools-2.0.0.tar.bz2
|
||||
3e802d638dce0080b910f15908c04a24 kexec-tools-po.tar.gz
|
||||
e3a813bd6d7dace903a05c1296e20d57 makedumpfile-1.3.5.tar.gz
|
||||
8e359dd03731b93a2082bd37cc2a4a4c kexec-tools-2.0.2.tar.bz2
|
||||
8b9e1ac8304c1f47f239a6225421ec4e dracut-files.tbz2
|
||||
b3ced2097ce3981abba38ceedc84f939 kexec-tools-2.0.3.tar.bz2
|
||||
967f89bb947ca4db78f51beeaaee0bd8 makedumpfile-1.4.1.tar.gz
|
||||
8a2cf4b39fb44c6cf1bba9b532c4bd14 dracut-files.tbz2
|
||||
|
Loading…
Reference in New Issue
Block a user