Skip to content

Commit 8b0ca51

Browse files
committed
minor docs tweak
1 parent 2a9c08a commit 8b0ca51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/image-build.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ For either a site-specific fat-image build or an extra-build:
4444
4545
Alternatively, configure a [local Pulp mirror](experimental/pulp.md).
4646
47-
3. Create a Packer [variable definition file](https://developer.hashicorp.com/packer/docs/templates/hcl_templates/variables#assigning-values-to-input-variables) containing at a minimum e.g.:
47+
3. Create a Packer [variable definition file](https://developer.hashicorp.com/packer/docs/templates/hcl_templates/variables#assigning-values-to-input-variables). It must specify at least the
48+
the following variables:
4849
4950
```hcl
5051
# environments/site/builder.pkrvars.hcl:
5152
flavor = "general.v1.small" # VM flavor to use for builder VMs
5253
networks = ["26023e3d-bc8e-459c-8def-dbd47ab01756"] # List of network UUIDs to attach the VM to
5354
source_image_name = "Rocky-9-GenericCloud-Base-9.4" # Name of image to create VM with, i.e. starting image
54-
inventory_groups = "cuda" # Additional inventory groups to add build VM to
55-
55+
inventory_groups = "cuda" # Build VM inventory groups => functionality to add to image
5656
```
5757

5858
Note that:

0 commit comments

Comments
 (0)