!258 [sync] PR-254: ignore detect enable smt and openswapinstorage

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2022-12-19 06:07:30 +00:00 committed by Gitee
commit 197e34af8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 26 additions and 7 deletions

View File

@ -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 <sunhai10@huawei.com> - 36.16.5-8
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:ignore detect enable smt
open swap in storage
* Tue Nov 29 2022 sunhai <sunhai10@huawei.com> - 36.16.5-7
- Type:bugfix
- ID:NA

View File

@ -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

View File

@ -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

View File

@ -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