From 51c39166e4fdf19351a077cd6f4b952dae7edbb0 Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 6 Feb 2024 13:50:24 -0500 Subject: [PATCH] fixed docs --- .web-docs/components/builder/tart/README.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.web-docs/components/builder/tart/README.md b/.web-docs/components/builder/tart/README.md index c36d663..f1cef60 100644 --- a/.web-docs/components/builder/tart/README.md +++ b/.web-docs/components/builder/tart/README.md @@ -30,6 +30,7 @@ Below we'll go through available options of this Packer plugin. ### Optional Configuration - `allow_insecure` (boolean) — When cloning the image, connect to the OCI registry via an insecure HTTP protocol. +- `pull_concurrency` (boolean) — Amount of layers to pull concurrently from an OCI registry when pulling the image. Default is 4 for Tart 2.0.0+. - `cpu_count` (number) - Amount of virtual CPUs to use for the new VM. Overrides `tart create` default value when using `from_ipsw` and `from_iso` and VM settings when using `vm_base_name`. - `create_grace_time` (duration string | ex: "1h5m2s") — Time to wait after finishing the installation process. Can be used to work around the issue when Virtualization.Framework's installation process is still running in the background for some time after `tart create` had already finished. - `disk_size_gb` — Disk size in GB to use for the new VM. Overrides `tart create` default value when using `from_ipsw` and `from_iso` and VM settings when using `vm_base_name`. diff --git a/README.md b/README.md index dd315ed..8ff36a6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Packer Plugin Tart The `Tart` multi-component plugin can be used with HashiCorp [Packer](https://www.packer.io) -to create custom macOS images. For the full list of available features for this plugin see [docs](https://developer.hashicorp.com/packer/plugins/builders/tart). +to create custom macOS images. For the full list of available features for this plugin see [docs](https://developer.hashicorp.com/packer/integrations/cirruslabs/tart/latest/components/builder/tart). ## Installation