Fix opensuse on virtualbox

This commit is contained in:
Greg Hellings
2024-01-09 22:18:34 -06:00
parent a61c4cb08c
commit 3aef715e85
3 changed files with 11 additions and 2 deletions
+5
View File
@@ -104,6 +104,11 @@ variable "efi_dir" {
default = env("EFI_DIR")
}
variable "vbox_os_type" {
type = string
default = "Linux_64"
}
locals {
name = "${var.distro}-${var.version}"
description = templatefile("../README.box.md", {