mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
382 B
382 B
grub-mkconfig
Generate a GRUB configuration file. More information: https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkconfig.html.
- Do a dry run and print the configuration to stdout:
sudo grub-mkconfig
- Generate the configuration file:
sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}
- Print the help page:
grub-mkconfig --help