diff --git a/anaconda.spec b/anaconda.spec index d1e4e05..833e094 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define _empty_manifest_terminate_build 0 Name: anaconda Version: 36.16.5 -Release: 7 +Release: 8 Summary: Graphical system installer License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -270,6 +270,13 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Sat Dec 10 2022 sunhai - 36.16.5-8 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:ignore detect enable smt + open swap in storage + * Tue Nov 29 2022 sunhai - 36.16.5-7 - Type:bugfix - ID:NA diff --git a/euleros.conf b/euleros.conf index 1e4c0b7..795115f 100644 --- a/euleros.conf +++ b/euleros.conf @@ -10,7 +10,7 @@ os_id = EulerOS variant_id = server [Installation System] -can_detect_enabled_smt = True +can_detect_enabled_smt = False [Network] default_on_boot = FIRST_WIRED_WITH_LINK @@ -23,9 +23,13 @@ additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbo enable_closest_mirror = True [Storage] +default_partitioning = +/ (min 1 GiB, max 70 GiB) +/home (min 500 MiB, free 50 GiB) +swap [Storage Constraints] -swap_is_recommended = True +swap_is_recommended = False [User Interface] blivet_gui_supported = False diff --git a/hce.conf b/hce.conf index d6113b7..e36b45c 100644 --- a/hce.conf +++ b/hce.conf @@ -10,7 +10,7 @@ os_id = HCE variant_id = server [Installation System] -can_detect_enabled_smt = True +can_detect_enabled_smt = False [Network] default_on_boot = FIRST_WIRED_WITH_LINK @@ -23,9 +23,13 @@ additional_arguments = crash_kexec_post_notifiers softlockup_panic=1 reserve_kbo enable_closest_mirror = True [Storage] +default_partitioning = +/ (min 1 GiB, max 70 GiB) +/home (min 500 MiB, free 50 GiB) +swap [Storage Constraints] -swap_is_recommended = True +swap_is_recommended = False [User Interface] blivet_gui_supported = False diff --git a/openeuler.conf b/openeuler.conf index d3503f9..1c31daf 100644 --- a/openeuler.conf +++ b/openeuler.conf @@ -9,7 +9,7 @@ profile_id = openEuler os_id = openEuler [Installation System] -can_detect_enabled_smt = True +can_detect_enabled_smt = False [Network] default_on_boot = FIRST_WIRED_WITH_LINK @@ -22,9 +22,13 @@ additional_arguments = enable_closest_mirror = True [Storage] +default_partitioning = +/ (min 1 GiB, max 70 GiB) +/home (min 500 MiB, free 50 GiB) +swap [Storage Constraints] -swap_is_recommended = True +swap_is_recommended = False [User Interface] blivet_gui_supported = False