From 80f3acf593890f93712248d6d8c596a43fdda387 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 23 Feb 2023 13:41:37 +0100 Subject: [PATCH] Test with http instead of floppy --- packer/ova/ubuntu-2204.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/ova/ubuntu-2204.json b/packer/ova/ubuntu-2204.json index 64609a7..9791810 100644 --- a/packer/ova/ubuntu-2204.json +++ b/packer/ova/ubuntu-2204.json @@ -6,7 +6,7 @@ "distro_arch": "amd64", "distro_name": "ubuntu", "distro_version": "22.04", - "floppy_dirs": "./packer/ova/linux/{{user `distro_name`}}/http/", + "http_directory": "./packer/ova/linux/{{user `distro_name`}}/http/", "guest_os_type": "ubuntu-64", "iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb", "iso_checksum_type": "sha256",