cp, grub-install, grub-mkconfig, hexdump, readelf: add Chinese translation (#6278)
This commit is contained in:
16
pages.zh/linux/grub-mkconfig.md
Normal file
16
pages.zh/linux/grub-mkconfig.md
Normal 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`
|
Reference in New Issue
Block a user