fix: update windows build vars for consistency

This commit is contained in:
AJ Schroeder
2025-06-10 15:20:44 -05:00
parent cf8f643f0a
commit 1d76112e93
3 changed files with 36 additions and 24 deletions

View File

@@ -5,16 +5,20 @@
*/
// Installation Operating System Metadata
vm_inst_os_eval = true
vm_inst_os_language = "en-US"
vm_inst_os_keyboard = "en-US"
vm_inst_os_image_pro = "Windows 11 Pro"
vm_inst_os_key_pro = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
vm_inst_os_image_ent = "Windows 11 Enterprise Evaluation"
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"
// Guest Operating System Metadata
vm_os_language = "en-US"
vm_os_keyboard = "en-US"
vm_os_timezone = "UTC"
vm_os_family = "windows"
vm_os_name = "desktop"
vm_os_version = "11"
vm_os_edition_pro = "pro"
vm_os_edition_ent = "ent"