You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a standalone is cloned from a template, the usual default boot
mode of the standalone is the same as the boot mode the template
originally used. In some instances this is undesirable; Kicksecure for
instance puts its templates into a "sysmaint" boot mode that impairs
standalone functionality.
To fix this, add a new qvm-feature, "boot-mode.standalone-default",
which states which boot mode a standalone should be switched to when
its root volume is cloned from any other VM. (Note that cloning a
standalone from another standalone will switch it to the boot mode
specified by "boot-mode.standalone-default", cloning a template isn't
the only way to trigger this.)
Allows fixing QubesOS/qubes-issues#10514, but
does not fix this bug by itself.
0 commit comments