mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:15:32 +02:00
grub-editenv: remove functionality that doesn't exist (#17422)
This commit is contained in:
parent
4ae0898b8e
commit
9b98d4988d
1 changed files with 2 additions and 6 deletions
|
@ -7,14 +7,10 @@
|
|||
|
||||
`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`
|
||||
|
|
Loading…
Add table
Reference in a new issue