update main.tf to match simpler UEFI firmware logic
This commit is contained in:
@@ -17,14 +17,7 @@ module "shared_modules" {
|
||||
|
||||
vm_name = "u24-uefi"
|
||||
image_location = "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
|
||||
ssh_key = ""
|
||||
ssh_key = "" # please provide a SSH public key
|
||||
enable_cloudinit = true
|
||||
# ---- UEFI SETTINGS ----------------------------------------------
|
||||
uefi_firmware = "/usr/share/edk2/ovmf/OVMF_CODE.fd" # Location on Fedora
|
||||
uefi_nvram_template = "/usr/share/edk2/ovmf/OVMF_VARS.fd" # Location on Fedora
|
||||
# uefi_firmware = "/usr/share/edk2/x64/OVMF_CODE.4m.fd" # Location on Arch Linux
|
||||
# uefi_nvram_template = "/usr/share/edk2/x64/OVMF_VARS.4m.fd" # Location on Arch Linux
|
||||
uefi_nvram_file_suffix = "-uefi"
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
uefi_firmware = true
|
||||
}
|
||||
Reference in New Issue
Block a user