Bypass -d option.

This commit is contained in:
Amerigo Wang 2011-07-21 21:04:09 +08:00
parent ae329dda68
commit c5f74a28e8
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 2.0.2
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2
Group: Applications/System
Summary: The kexec/kdump userspace component.
@ -281,6 +281,9 @@ done
%changelog
* Thu Jul 21 2011 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-5
- Bypass '-d' option.
* Thu Jul 21 2011 Cong Wang <xiyou.wangcong@gmail.com> - 2.0.2-4
- Update initramfs infrastructure to make it working
with dracut.

View File

@ -18,6 +18,9 @@ add_dracut_arg() {
while [ $# -gt 0 ]; do
case $1 in
-d)
shift
;;
--noconf)
conf_file=""
shift