Skip to content

Commit 7269a07

Browse files
committed
docs: expand VMTYPE description
Note that it's used to gate VM-specific behavior, like virtiofs mounts on vz. Signed-off-by: Bitalizer <23104115+bitalizer@users.noreply.github.com>
1 parent 110f158 commit 7269a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/content/en/docs/dev/internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ The volume label is "cidata", as defined by [cloud-init NoCloud](https://docs.cl
211211
- `LIMA_CIDATA_ROSETTA_ENABLED`: set to "true" if Rosetta x86_64 emulation is enabled in the guest (Apple Silicon, `vz` driver).
212212
- `LIMA_CIDATA_ROSETTA_BINFMT`: set to "true" if the guest should register the Rosetta binfmt_misc handler at boot.
213213
- `LIMA_CIDATA_SKIP_DEFAULT_DEPENDENCY_RESOLUTION`: set to "1" to skip Lima's built-in package dependency resolution during provisioning, empty otherwise.
214-
- `LIMA_CIDATA_VMTYPE`: the VM driver type ("qemu", "vz", "wsl2", ...).
214+
- `LIMA_CIDATA_VMTYPE`: the VM driver type ("qemu", "vz", "wsl2", ...), used to conditionally enable VM-specific behavior (e.g. virtiofs mounts on `vz`).
215215
- `LIMA_CIDATA_VSOCK_PORT`: the vsock port used by the guest agent (0 when vsock is not used).
216216
- `LIMA_CIDATA_VIRTIO_PORT`: the virtio-serial port name used by the guest agent (empty when virtio-serial is not used).
217217
- `LIMA_CIDATA_PLAIN`: set to "1" when the instance is in plain mode (no mounts, port forwarding, or containerd), empty otherwise.

0 commit comments

Comments
 (0)