incus/low-level: Add rebuild-nvram to the list of repair actions

Signed-off-by: Benjamin Somers <benjamin.somers@imt-atlantique.fr>
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Benjamin Somers 2026-07-30 12:18:30 +00:00 committed by Stéphane Graber
parent 6d8cbaf086
commit 7cac94fc05
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -148,7 +148,8 @@ func (c *cmdLowLevelRepair) command() *cobra.Command {
`Run a low-level repair action on an instance.
Supported actions:
rebuild-config-volume Rebuild the config volume of a stopped QCOW2 backed virtual machine`,
rebuild-config-volume Rebuild the config volume of a stopped QCOW2 backed virtual machine
rebuild-nvram Rebuild the virtual machine's UEFI NVRAM`,
))
cmd.RunE = c.run