mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 23:55:22 +00:00
Update cheatsheets
This commit is contained in:
21
linux/grub-mkconfig
Normal file
21
linux/grub-mkconfig
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`grub-mkconfig --help`
|
||||
Reference in New Issue
Block a user