From 53cd489191b72aed758bcab05fc387f64715fb62 Mon Sep 17 00:00:00 2001 From: John Interrante Date: Wed, 13 Mar 2024 11:21:55 -0700 Subject: [PATCH] Use latest Ubuntu 22.04 in hyperv config Note hyperv config hasn't been used/tested in a long time. --- rack-box/rack-box-hyperv.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rack-box/rack-box-hyperv.json b/rack-box/rack-box-hyperv.json index bb553d1a..65251c62 100644 --- a/rack-box/rack-box-hyperv.json +++ b/rack-box/rack-box-hyperv.json @@ -24,8 +24,8 @@ "disk_size": "{{user `disk_size`}}", "headless": "{{user `headless`}}", "http_directory": "http", - "iso_checksum": "sha256:a4acfda10b18da50e2ec50ccaf860d7f20b389df8765611142305c0e911d16fd", - "iso_url": "https://releases.ubuntu.com/22.04/ubuntu-22.04.3-live-server-amd64.iso", + "iso_checksum": "file:http://releases.ubuntu.com/22.04/SHA256SUMS" + "iso_url": "https://releases.ubuntu.com/22.04/ubuntu-22.04.4-live-server-amd64.iso", "memory": "{{user `memory`}}", "shutdown_command": "sudo shutdown -P now", "ssh_password": "ubuntu",