diff --git a/src/runtime-rs/config/configuration-qemu-runtime-rs-coco-dev.toml.in b/src/runtime-rs/config/configuration-qemu-runtime-rs-coco-dev.toml.in index 2f360c36df..f789814249 100644 --- a/src/runtime-rs/config/configuration-qemu-runtime-rs-coco-dev.toml.in +++ b/src/runtime-rs/config/configuration-qemu-runtime-rs-coco-dev.toml.in @@ -59,7 +59,7 @@ vm_rootfs_driver = "@VMROOTFSDRIVER_QEMU@" # List of valid annotation names for the hypervisor # Each member of the list is a regular expression, which is the base name # of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path" -enable_annotations = @DEFENABLEANNOTATIONS@ +enable_annotations = @DEFENABLEANNOTATIONS_COCO@ # List of valid annotations values for the hypervisor # Each member of the list is a path pattern as described by glob(3).