Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-09 00:16:26 +00:00
parent f8bee5305f
commit 9e2d0f72f1
116 changed files with 330 additions and 330 deletions

View File

@@ -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]}}`