Undo the deletion of rd.lvm.lv in cmdline

Signed-off-by: chenhaixiang <chenhaixiang3@huawei.com>
(cherry picked from commit ade55ee8786b85c4011b0b22553bf953791c39ee)
This commit is contained in:
chenhaixiang 2024-07-08 03:02:44 -04:00 committed by openeuler-sync-bot
parent 6dd46056f3
commit 88253fe2fc
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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 <chenhaixiang3@huawei.com> - 2.0.26-6
- Undo the deletion of rd.lvm.lv in cmdline
* Mon May 13 2024 Wenhua Huang <huangwenhua@kylinos.cn> - 2.0.26-5
- Add loongarch iomem.h