Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-26 00:20:47 +00:00
parent adc1cd4ded
commit 7b30c71887
8 changed files with 109 additions and 11 deletions

View File

@@ -6,9 +6,10 @@ source: https://github.com/tldr-pages/tldr.git
# fwupdmgr
> Update device firmware, including UEFI, using `fwupd`.
> More information: <https://fwupd.org/>.
> See also: `fwupdtool`.
> More information: <https://github.com/fwupd/fwupd/blob/main/src/fwupdmgr.md>.
- Display all devices detected by fwupd:
- Display all devices detected by `fwupd`:
`fwupdmgr get-devices`
@@ -23,3 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
- Install firmware updates:
`fwupdmgr update`
- Remount `/boot` with more privileges if update complains about a read-only filesystem:
`sudo mount {{[-o|--options]}} uid=1000,gid=1000,umask=0022 {{/dev/sdX}} /boot`