Skip to content

Commit cf1a156

Browse files
Examples - CloudBuilderPath->CloudBuilderDiskPath
Example parameters were wrong
1 parent 260a313 commit cf1a156

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Deployment/PrepareBootFromVHD.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ The AdminPassword parameter is only used when the ApplyUnnatend parameter is set
3535
.EXAMPLE 
3636
 
3737
Prepare the host to boot from cloudbuilder.vhdx. This requires KVM access to the host for configuring the Operating System.
38-
.\PrepareBootFromVHD.ps1 -CloudBuilderPath c:\CloudBuilder.vhdx -DriverPath c:\VhdDrivers
38+
.\PrepareBootFromVHD.ps1 -CloudBuilderDiskPath c:\CloudBuilder.vhdx -DriverPath c:\VhdDrivers
3939
 
4040
.EXAMPLE  
4141
 
4242
Prepare the host to boot from cloudbuilder.vhdx. The Operating System is automatically configured with an unattend.xml.
43-
.\PrepareBootFromVHD.ps1 -CloudBuilderPath c:\CloudBuilder.vhdx -ApplyUnattend
43+
.\PrepareBootFromVHD.ps1 -CloudBuilderDiskPath c:\CloudBuilder.vhdx -ApplyUnattend
4444
  
4545
.NOTES 
4646
 

0 commit comments

Comments
 (0)