You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/builders/vm-clone.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ There are many configuration options available for the builder. They are segment
41
41
*`disk_size` (String) The size in "[0-9]+G" format, defaults to `25G`.
42
42
43
43
> We will automatically resize the internal disk for you by executing `diskutil apfs resizeContainer disk0s2 0` inside of the VM.
44
+
> IMPORTANT: Changing the clone's disk size will break the layer sharing with the root and double disk space usage. Change the disk size of the source template, then clone from it instead.
44
45
45
46
*`stop_vm` (Boolean) Whether or not to stop the vm after it has been created, defaults to false.
0 commit comments