Skip to content

Commit

Permalink
Minor windows/README.md fixes (#274)
Browse files Browse the repository at this point in the history
Removed references to the deprecated windows.json build template.
  • Loading branch information
alanbach authored Nov 5, 2024
1 parent 2ad168c commit 26b6355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Microsoft Windows:
* The current process builds UEFI compatible images only.


## windows.json Template
## windows.pkr.hcl Template

This template builds a dd.tgz MAAS image from an official Microsoft Windows ISO.
This process also installs the latest VirtIO drivers as well as Cloudbase-init.
Expand All @@ -58,7 +58,7 @@ The build the image you give the template a script which has all the
customization:

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

### Makefile Parameters
Expand Down

0 comments on commit 26b6355

Please sign in to comment.