os config adjust
This commit is contained in:
parent
ddcbf03e29
commit
a372de643d
@ -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: 23
|
Release: 24
|
||||||
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
|
||||||
@ -196,8 +196,8 @@ cp %{SOURCE5} %{SOURCE5}_tmp
|
|||||||
# install openEuler conf for anaconda
|
# install openEuler conf for anaconda
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
sed -i "/^additional_arguments =*/ s/$/ crashkernel=512M/" %{SOURCE1}
|
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 quiet/" %{SOURCE2}
|
||||||
sed -i "/^additional_arguments =*/ s/$/ panic=3 nmi_watchdog=1/" %{SOURCE3}
|
sed -i "/^additional_arguments =*/ s/$/ panic=3 nmi_watchdog=1 quiet/" %{SOURCE3}
|
||||||
sed -i "/^additional_arguments =*/ s/$/ crashkernel=512M/" %{SOURCE5}
|
sed -i "/^additional_arguments =*/ s/$/ crashkernel=512M/" %{SOURCE5}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -307,6 +307,12 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 21 2024 sunhai <sunhai10@huawei.com> - 36.16.5-24
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: os config adjust
|
||||||
|
|
||||||
* Sat Dec 23 2023 sunhai <sunhai10@huawei.com> - 36.16.5-23
|
* Sat Dec 23 2023 sunhai <sunhai10@huawei.com> - 36.16.5-23
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -6,8 +6,7 @@ profile_id = EulerOS
|
|||||||
|
|
||||||
[Profile Detection]
|
[Profile Detection]
|
||||||
# Match os-release values.
|
# Match os-release values.
|
||||||
os_id = EulerOS
|
os_id = euleros
|
||||||
variant_id = server
|
|
||||||
|
|
||||||
[Installation System]
|
[Installation System]
|
||||||
can_detect_enabled_smt = False
|
can_detect_enabled_smt = False
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user