From ee685f35b42a0c0ea2c4b108e78ffb5ad01b6ad5 Mon Sep 17 00:00:00 2001 From: Steve DiAcetis Date: Tue, 3 Aug 2021 12:30:31 -0700 Subject: [PATCH] Update media-dynamic-update.md --- windows/deployment/update/media-dynamic-update.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/deployment/update/media-dynamic-update.md b/windows/deployment/update/media-dynamic-update.md index 1e449b3202..e81a36becc 100644 --- a/windows/deployment/update/media-dynamic-update.md +++ b/windows/deployment/update/media-dynamic-update.md @@ -198,8 +198,8 @@ Mount-WindowsImage -ImagePath $WORKING_PATH"\winre.wim" -Index 1 -Path $WINRE_MO # Note: If you are applying a combined cumulative update to a previously updated image (e.g. an image you updated last month) # There is a known issue where the servicing stack update is installed, but the cumulative update will fail. -# This error should be caught and ignored, as the last step will be to apply the cumulative update (or in this case the combined cumulative update) -# and thus the image will be left with the correct packages installed. +# This error should be caught and ignored, as the last step will be to apply the cumulative update +# (or in this case the combined cumulative update) and thus the image will be left with the correct packages installed. Write-Output "$(Get-TS): Adding package $SSU_PATH" @@ -307,8 +307,8 @@ Foreach ($IMAGE in $WINPE_IMAGES) { # Note: If you are applying a combined cumulative update to a previously updated image (e.g. an image you updated last month) # There is a known issue where the servicing stack update is installed, but the cumulative update will fail. - # This error should be caught and ignored, as the last step will be to apply the cumulative update (or in this case the combined cumulative update) - # and thus the image will be left with the correct packages installed. + # This error should be caught and ignored, as the last step will be to apply the cumulative update + # (or in this case the combined cumulative update) and thus the image will be left with the correct packages installed. Write-Output "$(Get-TS): Adding package $SSU_PATH"