mirror of
https://github.com/lxc/incus
synced 2026-08-02 05:26:46 +00:00
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:
parent
6d8cbaf086
commit
7cac94fc05
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user