Skip to content

Commit

Permalink
ignore failures in sxs cleanup. unsure why its failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Sep 27, 2016
1 parent a1c04b5 commit 4773174
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cookbooks/packer-templates/recipes/clean_sxs.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
batch 'restore sxs health' do
code 'Dism.exe /online /Cleanup-Image /RestoreHealth'
end

batch 'clean SxS' do
code 'Dism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBase'
ignore_failure true
end

0 comments on commit 4773174

Please sign in to comment.