mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 02:53:45 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user