From 81ea145905aba65d4611696fa72c7753143b3f0b Mon Sep 17 00:00:00 2001 From: chenhaixiang Date: Mon, 8 Jul 2024 03:02:44 -0400 Subject: [PATCH] Undo the deletion of rd.lvm.lv in cmdline Signed-off-by: chenhaixiang (cherry picked from commit ade55ee8786b85c4011b0b22553bf953791c39ee) --- kdump-lib.sh | 2 +- kexec-tools.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kdump-lib.sh b/kdump-lib.sh index b079f27..efc1a37 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 fed2e4a..160b456 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 -- Gitee