ignore detect enable smt and openswapinstorage
(cherry picked from commit f6e7474b25d28e0b574cf3a1ccc0ad4abced58b6)
This commit is contained in:
parent
f0bc8eea01
commit
403ea198cb
@ -1,7 +1,7 @@
|
|||||||
%define _empty_manifest_terminate_build 0
|
%define _empty_manifest_terminate_build 0
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 36.16.5
|
Version: 36.16.5
|
||||||
Release: 7
|
Release: 8
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
License: GPLv2+ and MIT
|
License: GPLv2+ and MIT
|
||||||
URL: http://fedoraproject.org/wiki/Anaconda
|
URL: http://fedoraproject.org/wiki/Anaconda
|
||||||
@ -270,6 +270,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Nov 29 2022 sunhai <sunhai10@huawei.com> - 36.16.5-7
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -10,7 +10,7 @@ os_id = EulerOS
|
|||||||
variant_id = server
|
variant_id = server
|
||||||
|
|
||||||
[Installation System]
|
[Installation System]
|
||||||
can_detect_enabled_smt = True
|
can_detect_enabled_smt = False
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
default_on_boot = FIRST_WIRED_WITH_LINK
|
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
|
enable_closest_mirror = True
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
|
default_partitioning =
|
||||||
|
/ (min 1 GiB, max 70 GiB)
|
||||||
|
/home (min 500 MiB, free 50 GiB)
|
||||||
|
swap
|
||||||
|
|
||||||
[Storage Constraints]
|
[Storage Constraints]
|
||||||
swap_is_recommended = True
|
swap_is_recommended = False
|
||||||
|
|
||||||
[User Interface]
|
[User Interface]
|
||||||
blivet_gui_supported = False
|
blivet_gui_supported = False
|
||||||
|
|||||||
8
hce.conf
8
hce.conf
@ -10,7 +10,7 @@ os_id = HCE
|
|||||||
variant_id = server
|
variant_id = server
|
||||||
|
|
||||||
[Installation System]
|
[Installation System]
|
||||||
can_detect_enabled_smt = True
|
can_detect_enabled_smt = False
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
default_on_boot = FIRST_WIRED_WITH_LINK
|
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
|
enable_closest_mirror = True
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
|
default_partitioning =
|
||||||
|
/ (min 1 GiB, max 70 GiB)
|
||||||
|
/home (min 500 MiB, free 50 GiB)
|
||||||
|
swap
|
||||||
|
|
||||||
[Storage Constraints]
|
[Storage Constraints]
|
||||||
swap_is_recommended = True
|
swap_is_recommended = False
|
||||||
|
|
||||||
[User Interface]
|
[User Interface]
|
||||||
blivet_gui_supported = False
|
blivet_gui_supported = False
|
||||||
|
|||||||
@ -9,7 +9,7 @@ profile_id = openEuler
|
|||||||
os_id = openEuler
|
os_id = openEuler
|
||||||
|
|
||||||
[Installation System]
|
[Installation System]
|
||||||
can_detect_enabled_smt = True
|
can_detect_enabled_smt = False
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
default_on_boot = FIRST_WIRED_WITH_LINK
|
default_on_boot = FIRST_WIRED_WITH_LINK
|
||||||
@ -22,9 +22,13 @@ additional_arguments =
|
|||||||
enable_closest_mirror = True
|
enable_closest_mirror = True
|
||||||
|
|
||||||
[Storage]
|
[Storage]
|
||||||
|
default_partitioning =
|
||||||
|
/ (min 1 GiB, max 70 GiB)
|
||||||
|
/home (min 500 MiB, free 50 GiB)
|
||||||
|
swap
|
||||||
|
|
||||||
[Storage Constraints]
|
[Storage Constraints]
|
||||||
swap_is_recommended = True
|
swap_is_recommended = False
|
||||||
|
|
||||||
[User Interface]
|
[User Interface]
|
||||||
blivet_gui_supported = False
|
blivet_gui_supported = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user