feat: add windows 11 build
This commit is contained in:
20
builds/windows/desktop/11/windows.pkrvars.hcl.example
Normal file
20
builds/windows/desktop/11/windows.pkrvars.hcl.example
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
DESCRIPTION:
|
||||
Microsoft Windows 11 build variables.
|
||||
Packer Plugin for Proxmox: 'proxmox-iso' builder.
|
||||
*/
|
||||
|
||||
// Installation Operating System Metadata
|
||||
vm_inst_os_key_pro = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
|
||||
vm_inst_os_key_ent = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
|
||||
|
||||
// Virtual Machine Guest Operating System Setting
|
||||
vm_guest_os_type = "windows9_64Guest"
|
||||
|
||||
// Virtual Machine Hardware Settings
|
||||
vm_firmware = "efi-secure"
|
||||
|
||||
// Removable Media Settings
|
||||
iso_datastore_path = "iso/windows/windows-desktop/11/amd64"
|
||||
iso_content_library_item = "22631.2428.231001-0608.23H2_NI_RELEASE_SVC_REFRESH_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us"
|
||||
iso_file = "22631.2428.231001-0608.23H2_NI_RELEASE_SVC_REFRESH_CLIENTENTERPRISEEVAL_OEMRET_x64FRE_en-us.iso"
|
||||
Reference in New Issue
Block a user