Files
tldr/pages.zh/linux/grub-mkconfig.md

16 lines
359 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# grub-mkconfig
> 生成一个 GRUB 配置文件。
> 更多信息:<https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkconfig.html>。
- 进行干运行并将配置打印到 `stdout`
`sudo grub-mkconfig`
- 生成配置文件:
`sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}`
- 显示帮助:
`grub-mkconfig --help`