From 9d2830bfebf31385b3be568c0202b3fa725f2d8b Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Sun, 5 Jul 2020 20:29:26 +0300 Subject: [PATCH] base_vm: Try building in headless mode --- base_vm.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base_vm.json b/base_vm.json index 8519fac..2d033f1 100644 --- a/base_vm.json +++ b/base_vm.json @@ -17,6 +17,8 @@ ["storageattach", "{{.Name}}", "--storagectl", "SATA Controller", "--port", "0", "--nonrotational", "on", "--discard", "on"] ], + "headless": "true", + "iso_url": "http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/current/images/netboot/mini.iso", "iso_checksum": "bed8a55ae2a657f8349fe3271097cff3a5b8c3d1048cf258568f1601976fa30d", "iso_checksum_type": "sha256",