Hyperv Debian + UEFI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user