From 4d8966d3a197d42c7c5dd3a09e945fcb1bf23641 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT Date: Mon, 18 Sep 2023 12:06:20 -0700 Subject: [PATCH] Added variables --- FFUDevelopment/BuildFFUVM.ps1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/FFUDevelopment/BuildFFUVM.ps1 b/FFUDevelopment/BuildFFUVM.ps1 index 926b5e0..c412f69 100644 --- a/FFUDevelopment/BuildFFUVM.ps1 +++ b/FFUDevelopment/BuildFFUVM.ps1 @@ -200,7 +200,12 @@ param( [ValidateSet('consumer', 'business')] [string]$MediaType = 'consumer', [ValidateSet(512, 4096)] - [uint32]$LogicalSectorSizeBytes = 512 + [uint32]$LogicalSectorSizeBytes = 512, + #Will be used in future release + [bool]$CopyDrivers, + [bool]$CopyPPKG, + [bool]$CopyUnattend, + [bool]$RemoveFFU ) $version = '2309.2'