diff --git a/scripts/windows_agent_bootstrap.ps1 b/scripts/windows_agent_bootstrap.ps1 index e695274..a14b1b5 100644 --- a/scripts/windows_agent_bootstrap.ps1 +++ b/scripts/windows_agent_bootstrap.ps1 @@ -16,7 +16,9 @@ # This script only needs to be run once per machine. Write-Host "Initializing local SSD..." -New-Variable -Name diskid -Value (Get-Disk -FriendlyName "Google EphemeralDisk").Number +#New-Variable -Name diskid -Value (Get-Disk -FriendlyName "Google EphemeralDisk").Number +New-Variable -Name diskid -Value (Get-Disk -FriendlyName "NVMe nvme_card").Number + # TODO: check if machine has an SSD # TODO: only do this, if SSD is not yet partioned and formatted Initialize-Disk -Number $diskid