You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vhdbuilder/packer/windows/configure-windows-vhd.ps1
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1044,6 +1044,9 @@ try
1044
1044
Get-ToolsToVHD
1045
1045
Get-PrivatePackagesToCacheOnVHD
1046
1046
Install-WindowsCiliumNetworking
1047
+
# Update all the registry keys again in case the steps in between reset them. Ok, some of the steps in between do reset them. But there's a risk that the steps also need
1048
+
# the keys set. So we kinda have to do both now :cry:
0 commit comments