Skip to content

Commit 25724ee

Browse files
authored
add boot_command support (#252)
1 parent 7017e30 commit 25724ee

24 files changed

+1139
-46
lines changed

.web-docs/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

2-
The `Nutanix` multi-component plugin can be used with HashiCorp [Packer](https://www.packer.io)
3-
to create custom images.
2+
The `Nutanix` multi-component plugin can be used with HashiCorp [Packer](https://www.packer.io) to create custom images.
43

54
### Installation
65

@@ -10,7 +9,7 @@ To install this plugin, copy and paste this code into your Packer configuration,
109
packer {
1110
required_plugins {
1211
nutanix = {
13-
version = ">= 0.12.2"
12+
version = ">= 0.13.0"
1413
source = "github.com/nutanix-cloud-native/nutanix"
1514
}
1615
}
@@ -31,8 +30,8 @@ $ packer plugins install github.com/nutanix-cloud-native/nutanix
3130

3231
### Limitations
3332
#### Building temporary ISOs on MacOS
34-
If you want to use the cd_files Option to create an additional iso-image for kickstart-files or similar be aware that MacOS won´t create a suitable file.
35-
Please install xorriso for support on MacOS.
33+
If you want to use the `cd_files` option to create an additional ISO image for kickstart files or similar purposes, be aware that macOS does not generate a compatible file by default.
34+
To enable support on macOS, please install xorriso.
3635
```
3736
brew install xorriso
3837
```

0 commit comments

Comments
 (0)