s/DeploymentLab/DetectionLab/g

This commit is contained in:
Jared Haight
2018-03-31 11:37:05 -07:00
parent cc09989393
commit 502816a56d

View File

@@ -26,20 +26,20 @@
The full path to the packer executable. Default is C:\Hashicorp\packer.exe
.PARAMETER VagrantOnly
This switch skips building packer boxes and instead downloads from www.deploymentlab.network
This switch skips building packer boxes and instead downloads from www.detectionlab.network
.EXAMPLE
build.ps1 -ProviderName virtualbox
This builds the DeploymentLab using virtualbox and the default path for packer (C:\Hashicorp\packer.exe)
This builds the DetectionLab using virtualbox and the default path for packer (C:\Hashicorp\packer.exe)
.EXAMPLE
build.ps1 -ProviderName vmware_workstation -PackerPath 'C:\packer.exe'
This builds the DeploymentLab using Vmware and sets the packer path to 'C:\packer.exe'
This builds the DetectionLab using Vmware and sets the packer path to 'C:\packer.exe'
.EXAMPLE
build.ps1 -ProviderName vmware_workstation -VagrantOnly
This command builds the DeploymentLab using vmware and skips the packer process, downloading the boxes instead.
This command builds the DetectionLab using vmware and skips the packer process, downloading the boxes instead.
#>
[cmdletbinding()]