@@ -10,22 +10,33 @@ The plugin comes with multiple builders able to create Parallels machines,
10
10
depending on the strategy you want to use to build the image. Packer supports
11
11
the following Parallels builders:
12
12
13
- - [ parallels-iso] ( /docs/builders/parallels- iso.mdx ) - Starts from an ISO
13
+ - [ parallels-iso] ( /docs/builders/iso.mdx ) - Starts from an ISO
14
14
file, creates a brand new Parallels VM, installs an OS, provisions software
15
15
within the OS, then exports that machine to create an image. This is best
16
16
for people who want to start from scratch.
17
17
18
- - [ parallels-pvm] ( /docs/builders/parallels- pvm.mdx ) - This builder imports
18
+ - [ parallels-pvm] ( /docs/builders/pvm.mdx ) - This builder imports
19
19
an existing PVM file, runs provisioners on top of that VM, and exports that
20
20
machine to create an image. This is best if you have an existing Parallels
21
21
VM export you want to use as the source. As an additional benefit, you can
22
22
feed the artifact of this builder back into itself to iterate on a machine.
23
23
24
- ## Requirements
24
+ - [ parallels-ipsw] ( /docs/builders/ipsw.mdx ) - Starts from an IPSW
25
+ file, creates a brand new Parallels Mac OS VM, installs an OS, provisions software
26
+ within the OS, then exports that machine to create an image. This is best
27
+ for people who want to start from scratch.
28
+
29
+ - [ parallels-macvm] ( /docs/builders/macvm.mdx ) - This builder imports
30
+ an existing Mac VM file, runs provisioners on top of that VM, and exports that
31
+ machine to create an image. This is best if you have an existing Parallels
32
+ Mac VM export you want to use as the source. As an additional benefit, you can
33
+ feed the artifact of this builder back into itself to iterate on a machine.
34
+
35
+ ## Requirements for Parallels Desktop v18 or Below
25
36
26
37
In addition to [ Parallels Desktop for
27
38
Mac] ( https://www.parallels.com/products/desktop/ ) this requires the [ Parallels
28
- Virtualization SDK] ( https://www.parallels.com/downloads/desktop/ ) .
39
+ Virtualization SDK] ( https://www.parallels.com/downloads/desktop/ ) only if you are using Parallels Desktop for Mac v18 or below .
29
40
30
41
The SDK can be installed by downloading and following the instructions in the
31
42
dmg.
0 commit comments