rbalsleyMSFT / FFU

Using Full Flash Update files to speed up Windows Deployment
MIT License
78 stars 18 forks source link

2410.1 Allow vhdx caching #89

Open JonasKloseBW opened 1 month ago

JonasKloseBW commented 1 month ago

This pull request adds the parameter $AllowVHDXCaching to the script.

Setting the $AllowVHDXCaching parameter to $true will create a VHDXCache folder that caches patched VHDX files together with their patch configuration.

On subsequent runs, the script scans for pre-built VHDX files and copies them for the next steps.

This can cut build times in half since only the app install part in the vm will be executed.

JonasKloseBW commented 1 month ago

Merged current 2410.1 into pull request and resolved conflicts

JonasKloseBW commented 1 month ago

Merged current 2410.1 into pull request and resolved conflicts

JonasKloseBW commented 1 month ago

Merged current 2410.1 into pull request