// Module included in the following assembly: // // * virt/virtual_machines/advanced_vm_management/virt-automatic-bootsource-updates.adoc // :_content-type: PROCEDURE [id="virt-reenabling-bootsource-update_{context}"] = Re-enabling automatic boot source updates If you have previously disabled automatic boot source updates, you must manually re-enable the feature. Set the `spec.featureGates.enableCommonBootImageImport` field in the `HyperConverged` custom resource (CR) to `true`. .Procedure * Use the following command to re-enable automatic updates: + [source,terminal] ---- $ oc patch hco kubevirt-hyperconverged -n openshift-cnv --type json -p '[{"op": "replace", "path": "/spec/featureGates/enableCommonBootImageImport", "value": true}]' ----