mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-22 18:04:12 +02:00
fwupdmgr: add update history example (#17092)
This commit is contained in:
parent
e6e1ed422e
commit
79e53035d4
1 changed files with 4 additions and 0 deletions
|
@ -23,3 +23,7 @@
|
||||||
- Remount `/boot` with more privileges if update complains about a read-only filesystem:
|
- 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`
|
`sudo mount {{[-o|--options]}} uid=1000,gid=1000,umask=0022 {{/dev/sdX}} /boot`
|
||||||
|
|
||||||
|
- Show firmware update history:
|
||||||
|
|
||||||
|
`fwupdmgr get-history`
|
||||||
|
|
Loading…
Add table
Reference in a new issue