From d2f3638ad0edd9557ed104f56f5c24799ee5b00a Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Wed, 12 Feb 2025 17:16:37 +0800 Subject: [PATCH] enable encrypt need install systemd-cryptsetup package --- normal_aarch64.xml | 1 + normal_x86_64.xml | 1 + oemaker.spec | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/normal_aarch64.xml b/normal_aarch64.xml index 3e2e5f3..aadb6e2 100644 --- a/normal_aarch64.xml +++ b/normal_aarch64.xml @@ -303,6 +303,7 @@ rsyslog security-tool sg3_utils + systemd-cryptsetup dracut-config-generic dracut-network rdma-core diff --git a/normal_x86_64.xml b/normal_x86_64.xml index dc47070..59ee89f 100644 --- a/normal_x86_64.xml +++ b/normal_x86_64.xml @@ -303,6 +303,7 @@ rsyslog security-tool sg3_utils + systemd-cryptsetup dracut-config-generic dracut-network rdma-core diff --git a/oemaker.spec b/oemaker.spec index 3f05132..3f75a49 100644 --- a/oemaker.spec +++ b/oemaker.spec @@ -223,6 +223,11 @@ rm -rf %{buildroot} rm -rf $RPM_BUILD_DIR/%{name} %changelog +* Wed Feb 12 2025 sunhai - 3.2.0-3 +- ID:NA +- SUG:NA +- DESC: enable encrypt need install systemd-cryptsetup package + * Thu Jan 23 2025 Funda Wang - 3.3.0-2 - ID:NA - SUG:NA -- Gitee