mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 02:54:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- List all boot options with their numbers:
|
||||
|
||||
`efibootmgr {{-u|--unicode}}`
|
||||
`efibootmgr {{[-u|--unicode]}}`
|
||||
|
||||
- Add UEFI Shell v2 as a boot option:
|
||||
|
||||
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Change the current boot order:
|
||||
|
||||
`sudo efibootmgr {{-o|--bootorder}} {{0002,0008,0001,0005}}`
|
||||
`sudo efibootmgr {{[-o|--bootorder]}} {{0002,0008,0001,0005}}`
|
||||
|
||||
- Delete a boot option:
|
||||
|
||||
`sudo efibootmgr {{-b|--bootnum}} {{0008}} {{-B|--delete-bootnum}}`
|
||||
`sudo efibootmgr {{[-b|--bootnum]}} {{0008}} {{[-B|--delete-bootnum]}}`
|
||||
|
||||
Reference in New Issue
Block a user