mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 21:50:03 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,14 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`grub-editenv /boot/grub/grubenv set default={{Ubuntu}}`
|
||||
|
||||
- Display the current value of the `timeout` variable:
|
||||
- Display all GRUB environment variables:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list timeout`
|
||||
`grub-editenv /boot/grub/grubenv list`
|
||||
|
||||
- Reset the `saved_entry` variable to the default:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv unset saved_entry`
|
||||
|
||||
- Append "quiet splash" to the kernel command-line:
|
||||
|
||||
`grub-editenv /boot/grub/grubenv list kernel_cmdline`
|
||||
|
||||
Reference in New Issue
Block a user