Fix opensuse on virtualbox
This commit is contained in:
@@ -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", {
|
||||
|
||||
Reference in New Issue
Block a user