From e0ae803586028e85f264f5de92eb2a314659ddd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 24 Feb 2023 23:40:37 +0100 Subject: [PATCH] qubes: Mark 'update-heads' as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implementation on the Heads side isn't completed yet, so stable release can't be updated yet. There is a work in progress version at https://github.com/osresearch/heads/pull/834. So, add a note that it isn't fully supported yet. Signed-off-by: Marek Marczykowski-Górecki --- contrib/qubes/src/qubes_fwupdmgr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/qubes/src/qubes_fwupdmgr.py b/contrib/qubes/src/qubes_fwupdmgr.py index 6f52dd3669b3..7a22ee00e701 100755 --- a/contrib/qubes/src/qubes_fwupdmgr.py +++ b/contrib/qubes/src/qubes_fwupdmgr.py @@ -63,7 +63,7 @@ "get-updates": "Get the list of updates for connected hardware", "refresh": "Refresh metadata from remote server", "update": "Update chosen device to latest firmware version", - "update-heads": "Updates heads firmware to the latest version", + "update-heads": "Updates heads firmware to the latest version (EXPERIMENTAL, not fully supported yet)", "downgrade": "Downgrade chosen device to chosen firmware version", "clean": "Delete all cached update files\n", }