From bc498995e9927a9a8fdaee31d80e546745cf81c3 Mon Sep 17 00:00:00 2001 From: rbalsleyMSFT Date: Mon, 11 Mar 2024 12:04:19 -0700 Subject: [PATCH] update docs --- FFUDevelopment/BuildFFUVM.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFUDevelopment/BuildFFUVM.ps1 b/FFUDevelopment/BuildFFUVM.ps1 index 4c633de..40fd2dd 100644 --- a/FFUDevelopment/BuildFFUVM.ps1 +++ b/FFUDevelopment/BuildFFUVM.ps1 @@ -95,7 +95,7 @@ unit32 value of 512 or 4096. Not recommended to change from 512. Might be useful When set to $true, will optimize the FFU file. Default is $true. .PARAMETER CopyDrivers -When set to $true, will copy the drivers from the $FFUDevelopmentPath\Drivers folder to the FFU. Default is $false. +When set to $true, will copy the drivers from the $FFUDevelopmentPath\Drivers folder to the Drivers folder on the deploy partition of the USB drive. Default is $false. .PARAMETER CopyPEDrivers When set to $true, will copy the drivers from the $FFUDevelopmentPath\PEDrivers folder to the WinPE deployment media. Default is $false.