Skip to content

Commit 07e9840

Browse files
committed
comment out applying image, this seemed to cause issues
wimapply seemed to have better luck. Go figure
1 parent 9bcce97 commit 07e9840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set DRIVE=%1
22

3-
DISM /Apply-Image /ImageFile:dataimage_arm64.wim /Index:1 /ApplyDir:%DRIVE%
3+
REM DISM /Apply-Image /ImageFile:dataimage_arm64.wim /Index:1 /ApplyDir:%DRIVE%
44
DISM /Image:%DRIVE% /Add-Driver /Driver:"%DRIVE%Windows\ConfigSetRoot\AutoUnattend_Files\winautoconfig\dist\Out-of-Box Drivers\arm64" /Recurse /ForceUnsigned
55
REM DISM /Image:%DRIVE% /Add-Capability /CapabilityName:OpenSSH.Server~~~~0.0.1.0 /Source:"%DRIVE%Windows\ConfigSetRoot\AutoUnattend_Files\dist\Packages\OnDemandPack\arm64_OpenSSH-Server-Package_10.0.22000.1_neutral_31bf3856ad364e35_"

0 commit comments

Comments
 (0)