From 3733c4344c986b37b16f1ea17f3f4d3d78d50c59 Mon Sep 17 00:00:00 2001 From: Alan Janis Date: Fri, 10 May 2024 23:46:54 +0000 Subject: [PATCH] update qcow --- cableos/cableos-installer.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cableos/cableos-installer.pkr.hcl b/cableos/cableos-installer.pkr.hcl index 7bc5a78..c57235b 100644 --- a/cableos/cableos-installer.pkr.hcl +++ b/cableos/cableos-installer.pkr.hcl @@ -44,9 +44,9 @@ variable "apollo_iso" { type = string default = "APOLLO_PLATFORM-release-3.21.3.0-7+auto15.iso" } -variable "live_iso" { +variable "live_img" { type = string - default = "debirf-live_bullseye_amd64.iso" + default = "debirf-live_bullseye_amd64" } variable "base_filename" {