Hyperv Debian + UEFI

This commit is contained in:
Greg Hellings
2023-12-30 05:37:32 +00:00
parent 76abdb9132
commit b11669345e
112 changed files with 468 additions and 850 deletions
+3 -2
View File
@@ -11,7 +11,7 @@ source "hyperv-iso" "amd64" {
ssh_password = local.ssh.password
ssh_handshake_attempts = local.ssh.handshake_attempts
ssh_private_key_file = local.ssh.private_key_file
ssh_host = "10.42.2.254"
#ssh_host = "10.42.2.254"
vm_name = "packer-${local.name}"
disk_size = "${local.disk_size}000"
@@ -19,7 +19,8 @@ source "hyperv-iso" "amd64" {
memory = local.memory
headless = var.headless
switch_name = "packer-amd64"
mac_address = "0000deadbeef"
#mac_address = "0000deadbeef"
generation = 2
http_content = var.http_files
http_directory = var.http_directory