Skip to content

Commit

Permalink
README.md: Additions and improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbach committed Nov 27, 2023
1 parent 72f782b commit 64fdba4
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,26 +54,32 @@ You can obtains Microsoft Windows Evaluation ISO images from the following links
### Building the image

The build the image you give the template a script which has all the
customizations:
customization:

```shell
sudo make windows ISO=<path-to-iso> VERSION=<windows-version> windows.json
```

### Makefile Parameters

#### PACKER_LOG
#### BOOT

Enable (1) or Disable (0) verbose packer logs. The default value is set to 0.
Currently uefi is the only supported value.

#### EDIT

The edition of a targeted ISO image. It defaults to PRO for Microsoft Windows 10/11
and SERVERSTANDARD for Microsoft Windows Servers. Many Microsoft Windows Server ISO
images do contain multiple editions and this prarameter is useful to build a particular
edition such as Standard or Datacenter etc.

#### ISO

Path to Microsoft Windows ISO used to build the image.

#### VERSION
#### PACKER_LOG

Specify the Microsoft Windows Version. Example inputs include: 2022, 2019, 2016
and 10.
Enable (1) or Disable (0) verbose packer logs. The default value is set to 0.

#### PKEY

Expand All @@ -82,6 +88,16 @@ activation keys from the link below:

* [KMS Client Activation and Product Keys](https://learn.microsoft.com/en-us/windows-server/get-started/kms-client-activation-keys)

Please note that PKEY is an optional parameter but it might be required during
the build time depending on the type of ISO being used. Evaluation series ISO
images usually do not require a product key to proceed, however this is not
true with Enterprise and Retail ISO images.

#### VERSION

Specify the Microsoft Windows Version. Example inputs include: 2022, 2019, 2016
and 10.


## Uploading images to MAAS

Expand Down

0 comments on commit 64fdba4

Please sign in to comment.