cp, grub-install, grub-mkconfig, hexdump, readelf: add Chinese translation (#6278)

This commit is contained in:
errorcode
2021-08-14 01:19:36 +08:00
committed by GitHub
parent e1f284ac5d
commit 39b5be991a
5 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# grub-mkconfig
> 生成GRUB配置文件。
> 更多信息:<https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkconfig.html>.
- 模拟运行并打印配置到标准输出:
`sudo grub-mkconfig`
- 生成配置文件:
`sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}`
- 打印帮助页面:
`grub-mkconfig --help`