diff --git a/kdump-lib.sh b/kdump-lib.sh index b079f27dccc7d715433024184a840176b14b5b0c..efc1a3782386043a0957cc2abd9a830d3de0f8fa 100755 --- a/kdump-lib.sh +++ b/kdump-lib.sh @@ -640,7 +640,7 @@ prepare_cmdline() cmdline=$(remove_cmdline_param "$cmdline" root) # With the help of "--hostonly-cmdline", we can avoid some interitage. - cmdline=$(remove_cmdline_param "$cmdline" rd.lvm.lv rd.luks.uuid rd.dm.uuid rd.md.uuid fcoe) + cmdline=$(remove_cmdline_param "$cmdline" rd.luks.uuid rd.dm.uuid rd.md.uuid fcoe) # Remove netroot, rd.iscsi.initiator and iscsi_initiator since # we get duplicate entries for the same in case iscsi code adds diff --git a/kexec-tools.spec b/kexec-tools.spec index fed2e4a5419c3e244bbd31a63005fd1c1aa4e824..160b456ca33f71dfd1d8778449899ea742038cce 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -4,7 +4,7 @@ Name: kexec-tools Version: 2.0.26 -Release: 5 +Release: 6 License: GPLv2 Summary: The kexec/kdump userspace component URL: https://www.kernel.org/ @@ -299,6 +299,9 @@ done %endif %changelog +* Mon Jul 8 2024 chenhaixiang - 2.0.26-6 +- Undo the deletion of rd.lvm.lv in cmdline + * Mon May 13 2024 Wenhua Huang - 2.0.26-5 - Add loongarch iomem.h