From a372de643dd78c414c4f8f35d49d276df338cb46 Mon Sep 17 00:00:00 2001 From: sun_hai_10 Date: Wed, 21 Aug 2024 14:41:04 +0800 Subject: [PATCH] os config adjust --- anaconda.spec | 12 +++++++++--- euleros.conf | 3 +-- hce.conf | 3 +-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/anaconda.spec b/anaconda.spec index a488e50..8ff483d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 23 +Release: 24 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -196,8 +196,8 @@ cp %{SOURCE5} %{SOURCE5}_tmp # install openEuler conf for anaconda %ifarch x86_64 sed -i "/^additional_arguments =*/ s/$/ crashkernel=512M/" %{SOURCE1} -sed -i "/^additional_arguments =*/ s/$/ panic=3 nmi_watchdog=1/" %{SOURCE2} -sed -i "/^additional_arguments =*/ s/$/ panic=3 nmi_watchdog=1/" %{SOURCE3} +sed -i "/^additional_arguments =*/ s/$/ panic=3 nmi_watchdog=1 quiet/" %{SOURCE2} +sed -i "/^additional_arguments =*/ s/$/ panic=3 nmi_watchdog=1 quiet/" %{SOURCE3} sed -i "/^additional_arguments =*/ s/$/ crashkernel=512M/" %{SOURCE5} %endif @@ -307,6 +307,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Wed Aug 21 2024 sunhai - 36.16.5-24 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: os config adjust + * Sat Dec 23 2023 sunhai - 36.16.5-23 - Type:bugfix - ID:NA diff --git a/euleros.conf b/euleros.conf index fb008b5..c9e9715 100644 --- a/euleros.conf +++ b/euleros.conf @@ -6,8 +6,7 @@ profile_id = EulerOS [Profile Detection] # Match os-release values. -os_id = EulerOS -variant_id = server +os_id = euleros [Installation System] can_detect_enabled_smt = False diff --git a/hce.conf b/hce.conf index 98ea38f..6593c6d 100644 --- a/hce.conf +++ b/hce.conf @@ -6,8 +6,7 @@ profile_id = HCE [Profile Detection] # Match os-release values. -os_id = HCE -variant_id = server +os_id = hce [Installation System] can_detect_enabled_smt = False