build: ensure the justfile could fully replace the makefile.
This commit is contained in:
parent
fbb71fb47b
commit
8e2a7e8068
3 changed files with 163 additions and 29 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue