Realign partitioning
This commit is contained in:
@@ -64,12 +64,13 @@ source "proxmox-iso" "ws2022" {
|
||||
additional_iso_files {
|
||||
cd_content = {
|
||||
"Autounattend.xml" = templatefile("answer_files/Autounattend.xml.pkrtpl", {
|
||||
admin_password = var.admin_password
|
||||
image_index = var.image_index
|
||||
product_key = var.product_key
|
||||
locale = var.locale
|
||||
timezone = var.timezone
|
||||
virtio_drive = var.virtio_drive_letter
|
||||
admin_password = var.admin_password
|
||||
image_index = var.image_index
|
||||
product_key = var.product_key
|
||||
locale = var.locale
|
||||
timezone = var.timezone
|
||||
virtio_drive = var.virtio_drive_letter
|
||||
os_partition_mb = var.os_partition_mb
|
||||
})
|
||||
}
|
||||
cd_label = "OEMDRV"
|
||||
|
||||
Reference in New Issue
Block a user