Skip to content

Commit 008f66a

Browse files
committed
removing SDK references
1 parent 9efd02e commit 008f66a

File tree

7 files changed

+0
-62
lines changed

7 files changed

+0
-62
lines changed

README.md

-9
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,8 @@ The following software is required to execute these Packer scripts:
1818

1919
* [Packer](https://www.packer.io/)
2020
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
21-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/)
2221
* [Vagrant](https://www.vagrantup.com/) (optional)
2322

24-
### Parallels Virtualization SDK (Parallels Desktop 18 or bellow)
25-
26-
To utilize the Packer scripts on Parallels 18 or bellow, Parallels Virtualization SDK must be installed. The SDK can be downloaded from the [Parallels website](https://www.parallels.com/products/desktop/download/). To implement it with Packer, append the SDK path to the `PYTHONPATH` environment variable. This is achieved by adding the following line to your `.zhrc` file:
27-
28-
```bash
29-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
30-
```
31-
3223
## Repository Structure
3324

3425
Here is a brief overview of the repository's structure:

kali-linux/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To use these Packer scripts, you'll need to have the following software installe
1212

1313
* [Packer](https://www.packer.io/)
1414
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
15-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/) (if Parallels Desktop 18 or below)
1615
* [Vagrant](https://www.vagrantup.com/) (optional)
1716

1817
### Calculating ISO Checksum
@@ -29,14 +28,6 @@ You can then specify the resulting checksum in the `variables.pkrvars.hcl` file
2928
iso_checksum: "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
3029
```
3130

32-
### Setting up Parallels Virtualization SDK (Optional)
33-
34-
The Parallels Virtualization SDK is required to build the virtual machine if you are running **Parallels Desktop 18** or below, otherwise skip this strp. It can be downloaded from the [Parallels website](https://www.parallels.com/products/desktop/download/). to use it in the packer you will need to add the path to the SDK to the `PYTHONPATH` environment variable. This can be done by adding the following line to your `.zhrc` file:
35-
36-
```bash
37-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
38-
```
39-
4031
## Usage
4132

4233
Prior to utilizing the Packer script, you must first establish the required variables in the `variables.pkrvars.hcl` file. You can use the `variables_TEMPLATE.pkrvars.hcl` file as a template or duplicate it to `variables.local.pkrvars.hcl` and modify it accordingly. Some of these variables have default values and don't need to be set explicitly.

macos/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Before running the scripts, ensure you have the following software installed on
1212

1313
* [Packer](https://www.packer.io/)
1414
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
15-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/)
1615
* [Vagrant](https://www.vagrantup.com/) (optional)
1716

1817
Should you wish to use an IPSW other than the default (macOS 13.4.1), you'll need to download it manually and specify the `ipsw_url` and `ipsw_checksum` variables in the `variables.pkrvars.hcl` file. You can locate the IPSW files at [IPSW me](https://ipsw.me/).
@@ -31,14 +30,6 @@ You can then specify the resulting checksum in the `variables.pkrvars.hcl` file
3130
ipsw_checksum: "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
3231
```
3332

34-
### Setting up Parallels Virtualization SDK
35-
36-
The Parallels Virtualization SDK is necessary to construct the virtual machine. You can download it from the [Parallels website](https://www.parallels.com/products/desktop/download/). To make the SDK available for Packer, append the SDK path to the `PYTHONPATH` environment variable by adding the following line to your `.zhrc` file:
37-
38-
```bash
39-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
40-
```
41-
4233
## Usage
4334

4435
Prior to utilizing the Packer script, you must first establish the required variables in the `variables.pkrvars.hcl` file. You can use the `variables_TEMPLATE.pkrvars.hcl` file as a template or duplicate it to `variables.local.pkrvars.hcl` and modify it accordingly. Some of these variables have default values and don't need to be set explicitly.

parrot-linux/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ To use these Packer scripts, you'll need to have the following software installe
1212

1313
* [Packer](https://www.packer.io/)
1414
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
15-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/) (if Parallels Desktop 18 or below)
1615
* [Vagrant](https://www.vagrantup.com/) (optional)
1716

1817
### Calculating ISO Checksum
@@ -29,14 +28,6 @@ You can then specify the resulting checksum in the `variables.pkrvars.hcl` file
2928
iso_checksum: "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
3029
```
3130

32-
### Setting up Parallels Virtualization SDK (Optional)
33-
34-
The Parallels Virtualization SDK is required to build the virtual machine if you are running **Parallels Desktop 18** or below, otherwise skip this strp. It can be downloaded from the [Parallels website](https://www.parallels.com/products/desktop/download/). to use it in the packer you will need to add the path to the SDK to the `PYTHONPATH` environment variable. This can be done by adding the following line to your `.zhrc` file:
35-
36-
```bash
37-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
38-
```
39-
4031
## Usage
4132

4233
Prior to utilizing the Packer script, you must first establish the required variables in the `variables.pkrvars.hcl` file. You can use the `variables_TEMPLATE.pkrvars.hcl` file as a template or duplicate it to `variables.local.pkrvars.hcl` and modify it accordingly. Some of these variables have default values and don't need to be set explicitly.

redhat/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ To use these Packer scripts, you'll need to have the following software installe
1414

1515
* [Packer](https://www.packer.io/)
1616
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
17-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/) (if Parallels Desktop 18 or below)
1817
* [Vagrant](https://www.vagrantup.com/) (optional)
1918
* Redhat ISO
2019

@@ -32,14 +31,6 @@ You can then specify the resulting checksum in the `variables.pkrvars.hcl` file
3231
iso_checksum: "sha256:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
3332
```
3433

35-
### Setting up Parallels Virtualization SDK (Optional)
36-
37-
The Parallels Virtualization SDK is required to build the virtual machine if you are running **Parallels Desktop 18** or below, otherwise skip this strp. It can be downloaded from the [Parallels website](https://www.parallels.com/products/desktop/download/). to use it in the packer you will need to add the path to the SDK to the `PYTHONPATH` environment variable. This can be done by adding the following line to your `.zhrc` file:
38-
39-
```bash
40-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
41-
```
42-
4334
## Usage
4435

4536
Prior to utilizing the Packer script, you must first establish the required variables in the `variables.pkrvars.hcl` file. You can use the `variables_TEMPLATE.pkrvars.hcl` file as a template or duplicate it to `variables.local.pkrvars.hcl` and modify it accordingly. Some of these variables have default values and don't need to be set explicitly.

ubuntu/README.md

-8
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,8 @@ To use these Packer scripts, you'll need to have the following software installe
1111

1212
* [Packer](https://www.packer.io/)
1313
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
14-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/)
1514
* [Vagrant](https://www.vagrantup.com/) (optional)
1615

17-
### Parallels Virtualization SDK
18-
19-
The Parallels Virtualization SDK is required to build the virtual machine. It can be downloaded from the [Parallels website](https://www.parallels.com/products/desktop/download/). to use it in the packer you will need to add the path to the SDK to the `PYTHONPATH` environment variable. This can be done by adding the following line to your `.zhrc` file:
20-
21-
```bash
22-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
23-
```
2416

2517
## Usage
2618

windows/README.md

-9
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,8 @@ To use these Packer scripts, you'll need to have the following software installe
66

77
* [Packer](https://www.packer.io/)
88
* [Parallels Desktop](https://www.parallels.com/products/desktop/)
9-
* [Parallels Virtualization SDK](https://www.parallels.com/products/desktop/download/)
109
* [Vagrant](https://www.vagrantup.com/) (optional)
1110

12-
### Parallels Virtualization SDK
13-
14-
The Parallels Virtualization SDK is required to build the virtual machine. It can be downloaded from the [Parallels website](https://www.parallels.com/products/desktop/download/). to use it in the packer you will need to add the path to the SDK to the `PYTHONPATH` environment variable. This can be done by adding the following line to your `.zhrc` file:
15-
16-
```bash
17-
export PYTHONPATH=$PYTHONPATH:/Library/Frameworks/ParallelsVirtualizationSDK.framework/Versions/Current/Libraries/Python/3.7
18-
```
19-
2011
### Windows 11 on Arm ISO
2112

2213
You will need to download Windows 11 on Arm ISO file.

0 commit comments

Comments
 (0)