We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1bdd04c + 1351fe4 commit 393e030Copy full SHA for 393e030
powershell/create_custom_esxi_iso.ps1
@@ -43,7 +43,9 @@ $spec | ConvertTo-Json | Set-Content -NoNewline -Path $ESXICustomIsoSpec
43
44
# Build Depo List
45
$ESXIDepots = '"' + $(($ESXIDriverPaths+=$ESXIBaseImagePath) -join '","') + '"'
46
+$ESXICustomIsoSpec = '"' + $ESXICustomIsoSpec + '"'
47
+$ESXICustomIsoPath = '"' + $ESXICustomIsoPath + '"'
48
49
# Create New Custom ISO
50
Write-Host -Foreground green "`nCreating Custom ESXi ISO and saving to ${ESXICustomIsoPath} ...`n"
-Invoke-Expression "New-IsoImage -Depots $ESXIDepots -SoftwareSpec $ESXICustomIsoSpec -Destination $ESXICustomIsoPath"
51
+Invoke-Expression "New-IsoImage -Depots $ESXIDepots -SoftwareSpec $ESXICustomIsoSpec -Destination $ESXICustomIsoPath"
0 commit comments