From 84ac5bd2003dc856efa3a8204b0da1363b55b844 Mon Sep 17 00:00:00 2001 From: Tony Cavella <9434191+acavella@users.noreply.github.com> Date: Tue, 27 Sep 2022 19:13:11 -0400 Subject: [PATCH] update version references Signed-off-by: Tony Cavella <9434191+acavella@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aafa722..e05403a 100644 --- a/README.md +++ b/README.md @@ -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 +By default the .iso of Rocky Linux 8 is pulled from 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" } ```