!91 Undo the deletion of rd.lvm.lv in cmdline
From: @chenhaixaing Reviewed-by: @wangbin224 Signed-off-by: @wangbin224
This commit is contained in:
commit
b75177c818
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user