mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 14:15:44 +02:00
grub-mkconfig: add Spanish translation (#10728)
* grub-mkconfig: add Spanish translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
parent
542f36ffe8
commit
33756f5b5e
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/grub-mkconfig.md
Normal file
16
pages.es/linux/grub-mkconfig.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# grub-mkconfig
|
||||||
|
|
||||||
|
> Generar un archivo de configuracion de GRUB.
|
||||||
|
> Más información: <https://www.gnu.org/software/grub/manual/grub/html_node/Invoking-grub_002dmkconfig.html>.
|
||||||
|
|
||||||
|
- Ejecutar el comando solo e imprimir la salida a `stdout`:
|
||||||
|
|
||||||
|
`sudo grub-mkconfig`
|
||||||
|
|
||||||
|
- Generar el archivo de configuracion:
|
||||||
|
|
||||||
|
`sudo grub-mkconfig --output={{/boot/grub/grub.cfg}}`
|
||||||
|
|
||||||
|
- Imprimir la pagina de ayuda:
|
||||||
|
|
||||||
|
`grub-mkconfig --help`
|
Loading…
Add table
Reference in a new issue