build: ensure the justfile could fully replace the makefile.

This commit is contained in:
Alexandre Pujol 2025-03-28 20:13:00 +01:00
parent fbb71fb47b
commit 8e2a7e8068
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
3 changed files with 163 additions and 29 deletions

View file

@ -52,18 +52,18 @@ variable "base_dir" {
default = "~/.libvirt/base"
}
variable "output_dir" {
description = "Output build directory"
type = string
default = "~/.libvirt/base/packer"
}
variable "firmware" {
description = "Path to the UEFI firmware"
type = string
default = "/usr/share/edk2/x64/OVMF.4m.fd"
}
variable "output" {
description = "Output build directory"
type = string
default = "/tmp/packer"
}
variable "prefix" {
description = "Image name prefix"
type = string