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",