!342 adjust configuration and revise hostname chinese tip
From: @sun_hai_10 Reviewed-by: @t_feng Signed-off-by: @t_feng
This commit is contained in:
commit
f9dd0053ab
@ -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: 30
|
Release: 31
|
||||||
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
|
||||||
@ -313,6 +313,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%{_prefix}/libexec/anaconda/dd_*
|
%{_prefix}/libexec/anaconda/dd_*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 20 2024 sunhai <sunhai10@huawei.com> - 36.16.5-31
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC: config adjust
|
||||||
|
revise hostname chinese tip
|
||||||
|
|
||||||
* Tue Apr 09 2024 sunhai <sunhai10@huawei.com> - 36.16.5-30
|
* Tue Apr 09 2024 sunhai <sunhai10@huawei.com> - 36.16.5-30
|
||||||
- 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
|
||||||
|
|||||||
@ -24,7 +24,7 @@ index 18b0925..c2216e6 100644
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"主机名只能包含 'a-z'、'A-Z'、 '0-9'、 '-'(英文减号),或者 '.'(英文点号),"
|
"主机名只能包含 'a-z'、'A-Z'、 '0-9'、 '-'(英文减号),或者 '.'(英文点号),"
|
||||||
-"其中两个点号中不能为空且不能以 '-' 开头或结尾。"
|
-"其中两个点号中不能为空且不能以 '-' 开头或结尾。"
|
||||||
+"其中两个点号中不能为空,必须少于64个字符且不能以'.'和'-'开头或结尾。"
|
+"其中符号不能连接在一起,需用数字或字母隔开,整体长度必须少于64个字符且不能以'.'和'-'开头或结尾。"
|
||||||
|
|
||||||
#: pyanaconda/network.py:457
|
#: pyanaconda/network.py:457
|
||||||
msgid "Status not available"
|
msgid "Status not available"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user