Skip to content

Commit

Permalink
qubes: Mark 'update-heads' as experimental
Browse files Browse the repository at this point in the history
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
linuxboot/heads#834.
So, add a note that it isn't fully supported yet.

Signed-off-by: Marek Marczykowski-Górecki <[email protected]>
  • Loading branch information
marmarek committed Mar 9, 2023
1 parent a53beb7 commit d326bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/qubes/src/qubes_fwupdmgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
Expand Down
2 changes: 1 addition & 1 deletion contrib/qubes/test/logs/help.log
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Options:
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

Expand Down

0 comments on commit d326bed

Please sign in to comment.