diff --git a/kdump.init b/kdump.init index b1c4ec9..d91e66a 100644 --- a/kdump.init +++ b/kdump.init @@ -79,7 +79,7 @@ function load_kdump() fi $KEXEC $KEXEC_ARGS $standard_kexec_args $KEXEC_HEADERS \ - "--command-line=\"$KDUMP_COMMANDLINE\"" \ + --command-line="$KDUMP_COMMANDLINE" \ --initrd=$kdump_initrd $kdump_kernel } diff --git a/kexec-tools.spec b/kexec-tools.spec index cb9caed..f9c8363 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 1.101 -Release: 8 +Release: 9 License: GPL Group: Applications/System Summary: The kexec/kdump userspace component. @@ -96,6 +96,9 @@ exit 0 %doc TODO %changelog +* Wed Feb 22 2006 Thomas Graf - 1.101-9 +- Remove wrong quotes around --command-line in kdump.init + * Fri Feb 17 2006 Jeff Moyer - 1.101-8 - Fix the service stop case. It was previously unloading the wrong kernel. - Implement the "restart" function.