Fully unattended Windows 11 Pro build using Autounattend.xml, swtpm for TPM 2.0 emulation, and VirtIO drivers. Five PowerShell provisioners strip bloatware, telemetry, unused services, and apply performance tuning for a resource-constrained host. Output is a compressed QCOW2 image. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
313 B
Plaintext
21 lines
313 B
Plaintext
# Local build variables — contains ISO path and credentials
|
|
variables.pkrvars.hcl
|
|
|
|
# Build output
|
|
output/
|
|
|
|
# Downloaded ISOs (large binaries, not worth tracking)
|
|
*.iso
|
|
|
|
# swtpm state directories created by build.sh
|
|
.swtpm*/
|
|
|
|
# Packer plugin cache
|
|
packer_cache/
|
|
|
|
# Editor / OS noise
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.swp
|
|
*~
|