Skip to content

Commit

Permalink
$ make generate
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Apr 3, 2024
1 parent ecbc2f5 commit b8ea2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .web-docs/components/builder/tart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For more advanced examples, please refer to the [`example/` directory](https://g
- `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`.
- `recovery_partition` (string) — Behavior with the respect to the macOS recovery partition. Set to `"delete"` to delete it (allows for disk resize, decreases the VM image size, but prevents the macOS updates from working), `"keep"` to keep it as is (prevents the disk resize, increases the VM image size, but allows the macOS updates to proceed) or `"relocate"` to move the partition to the end of disk (allows for disk resize, increases the VM image size, but allows the macOS updates to proceed). Defaults to `""` which is currently equivalent to `"delete"`, but this may change in the future.
- `recovery_partition` (string) — Behavior with the respect to the macOS recovery partition. Set to `"delete"` to delete it (allows for disk resize, decreases the VM image size, but prevents the updates from working), `"keep"` to keep it as is (prevents the disk resize, increases the VM image size, but allows the updates to proceed) or `"relocate"` to move the partition to the end of disk (allows for disk resize, increases the VM image size, but allows the updates to proceed). Defaults to `""` which is currently equivalent to `"delete"`, but this may change in the future.
- `display` (string) — VM display resolution in a format of `<width>x<height>` (e.g. `1200x800`) 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`.
- `from_ipsw` (string) - Location of an IPSW file to initialize a macOS virtual machine from. Can be either an absolute path to a file on disk, URL to fetch a remote file or `latest`. Mutually exclusive with `from_iso` and `vm_base_name`.
- `from_iso` (list(string)) - Location of the ISO files to initialize a Linux virtual machine from. All values should represent an absolute path to a file on disk. Mutually exclusive with `from_ipsw` and `vm_base_name`.
Expand Down

0 comments on commit b8ea2a2

Please sign in to comment.