From af4c3a1b0852ffb8ce3de634c2a70144d041a93d Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 2 Mar 2023 12:14:12 +0100 Subject: [PATCH] Fix var reference; Revert file move --- .../linux/ubuntu/http/{20.04 original => 20.04}/preseed-efi.cfg | 0 .../ova/linux/ubuntu/http/{20.04 original => 20.04}/preseed.cfg | 0 packer/ova/ubuntu-2004.json | 1 + 3 files changed, 1 insertion(+) rename packer/ova/linux/ubuntu/http/{20.04 original => 20.04}/preseed-efi.cfg (100%) rename packer/ova/linux/ubuntu/http/{20.04 original => 20.04}/preseed.cfg (100%) diff --git a/packer/ova/linux/ubuntu/http/20.04 original/preseed-efi.cfg b/packer/ova/linux/ubuntu/http/20.04/preseed-efi.cfg similarity index 100% rename from packer/ova/linux/ubuntu/http/20.04 original/preseed-efi.cfg rename to packer/ova/linux/ubuntu/http/20.04/preseed-efi.cfg diff --git a/packer/ova/linux/ubuntu/http/20.04 original/preseed.cfg b/packer/ova/linux/ubuntu/http/20.04/preseed.cfg similarity index 100% rename from packer/ova/linux/ubuntu/http/20.04 original/preseed.cfg rename to packer/ova/linux/ubuntu/http/20.04/preseed.cfg diff --git a/packer/ova/ubuntu-2004.json b/packer/ova/ubuntu-2004.json index 6b641f4..2402ed1 100644 --- a/packer/ova/ubuntu-2004.json +++ b/packer/ova/ubuntu-2004.json @@ -4,6 +4,7 @@ "boot_disable_ipv6": "0", "boot_media_path": "/media/HTTP", "build_name": "ubuntu-2004", + "cd_file_path": "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}", "distro_arch": "amd64", "distro_name": "ubuntu", "distro_version": "20.04",