uki: get rid of RHEL-only walinuxagentcvm module in the initramfs
JIRA: https://issues.redhat.com/browse/RHEL-83003 Upstream Status: RHEL-only The module was used for early Confidential OS disk encryption implementation in Azure before it gained support for systemd-style root volume key sealing. All Azure regions were migrated so the rules are now useless. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
This commit is contained in:
parent
ef2902a2e9
commit
871087ba5b
|
@ -14,9 +14,6 @@ dracutmodules+=" dm lvm rootfs-block fs-lib "
|
|||
# modules: tpm and crypto
|
||||
dracutmodules+=" crypt crypt-loop tpm2-tss systemd-pcrphase "
|
||||
|
||||
# WALinuxagent-cvm with CVM specific udev rules
|
||||
dracutmodules+=" walinuxagentcvm "
|
||||
|
||||
# modules: root disk integrity protection
|
||||
dracutmodules+=" systemd-veritysetup "
|
||||
|
||||
|
|
|
@ -776,8 +776,6 @@ BuildRequires: systemd-udev >= 252-1
|
|||
BuildRequires: systemd-ukify
|
||||
# For TPM operations in UKI initramfs
|
||||
BuildRequires: tpm2-tools
|
||||
# For Azure CVM specific udev rules
|
||||
BuildRequires: WALinuxAgent-cvm
|
||||
# For UKI sb cert
|
||||
%if 0%{?centos}
|
||||
BuildRequires: centos-sb-certs >= 9.0-23
|
||||
|
|
Loading…
Reference in New Issue