mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:22:07 +02:00
grubby: add Spanish translation (#12384)
* grubby: add Spanish translation --------- Co-authored-by: Alejandro Cervera <96702705+tricantivu@users.noreply.github.com>
This commit is contained in:
parent
c6d0e58cf1
commit
509dcea0d3
1 changed files with 16 additions and 0 deletions
16
pages.es/linux/grubby.md
Normal file
16
pages.es/linux/grubby.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# grubby
|
||||||
|
|
||||||
|
> Herramienta para configurar los gestores de arranque `grub` y `zipl`.
|
||||||
|
> Más información: <https://manned.org/man/grubby.8>.
|
||||||
|
|
||||||
|
- Añade argumentos de arranque del núcleo a todas las entradas del menú del núcleo:
|
||||||
|
|
||||||
|
`sudo grubby --update-kernel=ALL --args '{{quiet console=ttyS0}}'`
|
||||||
|
|
||||||
|
- Elimina los argumentos existentes de la entrada para el núcleo por defecto:
|
||||||
|
|
||||||
|
`sudo grubby --update-kernel=DEFAULT --remove-args {{quiet}}`
|
||||||
|
|
||||||
|
- Lista todas las entradas del menú del núcleo:
|
||||||
|
|
||||||
|
`sudo grubby --info=ALL`
|
Loading…
Add table
Reference in a new issue