From 79e53035d438001fd05aa7695db2cbbdc27fbfcb Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 3 Jul 2025 14:03:02 +0300 Subject: [PATCH] fwupdmgr: add update history example (#17092) --- pages/linux/fwupdmgr.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/fwupdmgr.md b/pages/linux/fwupdmgr.md index 7aea3f50b3..4e321f3d05 100644 --- a/pages/linux/fwupdmgr.md +++ b/pages/linux/fwupdmgr.md @@ -23,3 +23,7 @@ - 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` + +- Show firmware update history: + +`fwupdmgr get-history`