Skip to content

Commit 09fec26

Browse files
shiloongJonathan Corbet
authored andcommitted
docs/zh_CN: Update and fix a couple of typos
Update to the original README.rst and fix some typos. Signed-off-by: Shile Zhang <[email protected]> Reviewed-by: Alex Shi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 7baab96 commit 09fec26

File tree

1 file changed

+6
-5
lines changed
  • Documentation/translations/zh_CN/admin-guide

1 file changed

+6
-5
lines changed

Documentation/translations/zh_CN/admin-guide/README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Linux内核5.x版本 <http://kernel.org/>
133133

134134
即使只升级一个小版本,也不要跳过此步骤。每个版本中都会添加新的配置选项,
135135
如果配置文件没有按预定设置,就会出现奇怪的问题。如果您想以最少的工作量
136-
将现有配置升级到新版本,请使用 ``makeoldconfig`` ,它只会询问您新配置
136+
将现有配置升级到新版本,请使用 ``make oldconfig`` ,它只会询问您新配置
137137
选项的答案。
138138

139139
- 其他配置命令包括::
@@ -161,7 +161,7 @@ Linux内核5.x版本 <http://kernel.org/>
161161
"make ${PLATFORM}_defconfig"
162162
使用arch/$arch/configs/${PLATFORM}_defconfig中
163163
的默认选项值创建一个./.config文件。
164-
用“makehelp”来获取您体系架构中所有可用平台的列表。
164+
用“make help”来获取您体系架构中所有可用平台的列表。
165165

166166
"make allyesconfig"
167167
通过尽可能将选项值设置为“y”,创建一个
@@ -197,9 +197,10 @@ Linux内核5.x版本 <http://kernel.org/>
197197
"make localyesconfig" 与localmodconfig类似,只是它会将所有模块选项转换
198198
为内置(=y)。你可以同时通过LMC_KEEP保留模块。
199199

200-
"make kvmconfig" 为kvm客体内核支持启用其他选项。
200+
"make kvm_guest.config"
201+
为kvm客户机内核支持启用其他选项。
201202

202-
"make xenconfig" 为xen dom0客体内核支持启用其他选项
203+
"make xen.config" 为xen dom0客户机内核支持启用其他选项
203204

204205
"make tinyconfig" 配置尽可能小的内核。
205206

@@ -229,7 +230,7 @@ Linux内核5.x版本 <http://kernel.org/>
229230
请注意,您仍然可以使用此内核运行a.out用户程序。
230231

231232
- 执行 ``make`` 来创建压缩内核映像。如果您安装了lilo以适配内核makefile,
232-
那么也可以进行 ``makeinstall`` ,但是您可能需要先检查特定的lilo设置。
233+
那么也可以进行 ``make install`` ,但是您可能需要先检查特定的lilo设置。
233234

234235
实际安装必须以root身份执行,但任何正常构建都不需要。
235236
无须徒然使用root身份。

0 commit comments

Comments
 (0)