mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 18:51:06 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/grubby
Normal file
21
tldr/linux/grubby
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# grubby
|
||||
|
||||
> Tool for configuring `grub` and `zipl` bootloaders.
|
||||
> More information: <https://manned.org/man/grubby.8>.
|
||||
|
||||
- Add kernel boot arguments to all kernel menu entries:
|
||||
|
||||
`sudo grubby --update-kernel=ALL --args '{{quiet console=ttyS0}}'`
|
||||
|
||||
- Remove existing arguments from the entry for the default kernel:
|
||||
|
||||
`sudo grubby --update-kernel=DEFAULT --remove-args {{quiet}}`
|
||||
|
||||
- List all kernel menu entries:
|
||||
|
||||
`sudo grubby --info=ALL`
|
||||
Reference in New Issue
Block a user