Hello community, here is the log from the commit of package kexec-tools checked in at Fri May 19 16:51:25 CEST 2006. -------- --- kexec-tools/kexec-tools.changes 2006-05-02 16:19:52.000000000 +0200 +++ kexec-tools/kexec-tools.changes 2006-05-19 14:57:39.000000000 +0200 @@ -1,0 +2,11 @@ +Fri May 19 14:56:15 CEST 2006 - olh@suse.de + +- unconditionally add sysrq=1 for kdump boots, nothing to lose + +------------------------------------------------------------------- +Fri May 19 13:57:15 CEST 2006 - olh@suse.de + +- remove crashkernel= cmdline also if only the size is given + handle m as well as M because memparse() handles both + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kexec-tools.spec ++++++ --- /var/tmp/diff_new_pack.gHIW5g/_old 2006-05-19 16:51:17.000000000 +0200 +++ /var/tmp/diff_new_pack.gHIW5g/_new 2006-05-19 16:51:17.000000000 +0200 @@ -17,7 +17,7 @@ Autoreqprov: on Summary: Tools for fast kernel loading Version: 1.101 -Release: 31 +Release: 32 Source: %{name}-%{version}.tar.bz2 Source1: kdump Source2: sysconfig.kdump @@ -113,6 +113,11 @@ /var/adm/fillup-templates/sysconfig.kdump %changelog -n kexec-tools +* Fri May 19 2006 - olh@suse.de +- unconditionally add sysrq=1 for kdump boots, nothing to lose +* Fri May 19 2006 - olh@suse.de +- remove crashkernel= cmdline also if only the size is given + handle m as well as M because memparse() handles both * Tue May 02 2006 - tiwai@suse.de - update/improve README.SUSE - fix the default value in sysconfig.kdump ++++++ kdump ++++++ --- kexec-tools/kdump 2006-05-02 16:18:42.000000000 +0200 +++ kexec-tools/kdump 2006-05-19 14:59:55.000000000 +0200 @@ -132,10 +132,11 @@ if [ -z "$KDUMP_COMMANDLINE" ]; then KDUMP_COMMANDLINE=`cat /proc/cmdline` - KDUMP_COMMANDLINE=`echo $KDUMP_COMMANDLINE | sed -e 's/crashkernel=[0-9]\+M@[0-9]\+M//g'` + KDUMP_COMMANDLINE=`echo $KDUMP_COMMANDLINE | sed -e 's/crashkernel=[0-9]\+[mM]\(@[0-9]\+[Mm]\)\?//g' ` # Use deadline for saving the memory footprint KDUMP_COMMANDLINE="$KDUMP_COMMANDLINE elevator=deadline" fi + KDUMP_COMMANDLINE="sysrq=1 $KDUMP_COMMANDLINE" if [ -n "$KDUMP_RUNLEVEL" ]; then case "$KDUMP_RUNLEVEL" in [1-5s]) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de