grub2-mkconfig
生成 grub.cfg 配置文件。
语法
Usage: grub2-mkconfig [OPTION]
Generate a grub config file
-o, --output=FILE output generated config to FILE [default=stdout]
-h, --help print this message and exit
-v, --version print the version information and exit
Report bugs to <bug-grub@gnu.org>.
实例
生成新的grub配置文件
grub2-mkconfig -o /boot/grub2/grub.cfg
# 或者
grub2-mkconfig > /boot/grub2/grub.cfg
当前内容版权归 jaywcjlove 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 jaywcjlove .