Skip to content

Commit

Permalink
update version references
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Cavella <[email protected]>
  • Loading branch information
acavella committed Sep 27, 2022
1 parent a8acdbf commit 84ac5bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ packer build -only=virtualbox-iso rocky8_uefi.json

*If you omit the keyword "-only=" both the Workstation and Virtualbox VMs will be created.*

By default the .iso of Rocky Linux 8 is pulled from <https://download.rockylinux.org/pub/rocky/8.3/isos/x86_64/Rocky-8.3-x86_64-boot.iso>
By default the .iso of Rocky Linux 8 is pulled from <https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.6-x86_64-minimal.iso>

You can change the URL to one closer to your build server. To do so change the **"iso_url"** parameter in the **"variables"** section of the rocky8.json file.

```json
{
"variables": {
"iso_url": "https://download.rockylinux.org/pub/rocky/8.3/isos/x86_64/Rocky-8.3-x86_64-boot.iso"
"iso_url": "https://download.rockylinux.org/pub/rocky/8/isos/x86_64/Rocky-8.6-x86_64-minimal.iso"
}
```

Expand Down

0 comments on commit 84ac5bd

Please sign in to comment.