From 05b0bf48ca7fad2fa76f19da5fbde342771c0a42 Mon Sep 17 00:00:00 2001
From: Frank Rojas <45807133+frankroj@users.noreply.github.com>
Date: Thu, 27 Jul 2023 13:27:34 -0400
Subject: [PATCH] Update Boot Image with CU Article 21
---
windows/deployment/images/icons/command-prompt-18.svg | 3 +++
.../icons/{command-prompt.svg => command-prompt-org.svg} | 0
windows/deployment/images/icons/powershell-18.svg | 3 +++
windows/deployment/images/icons/powershell-org.svg | 3 +++
windows/deployment/update-boot-image.md | 6 +++---
5 files changed, 12 insertions(+), 3 deletions(-)
create mode 100644 windows/deployment/images/icons/command-prompt-18.svg
rename windows/deployment/images/icons/{command-prompt.svg => command-prompt-org.svg} (100%)
create mode 100644 windows/deployment/images/icons/powershell-18.svg
create mode 100644 windows/deployment/images/icons/powershell-org.svg
diff --git a/windows/deployment/images/icons/command-prompt-18.svg b/windows/deployment/images/icons/command-prompt-18.svg
new file mode 100644
index 0000000000..8a0a716d98
--- /dev/null
+++ b/windows/deployment/images/icons/command-prompt-18.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/windows/deployment/images/icons/command-prompt.svg b/windows/deployment/images/icons/command-prompt-org.svg
similarity index 100%
rename from windows/deployment/images/icons/command-prompt.svg
rename to windows/deployment/images/icons/command-prompt-org.svg
diff --git a/windows/deployment/images/icons/powershell-18.svg b/windows/deployment/images/icons/powershell-18.svg
new file mode 100644
index 0000000000..ce645d001f
--- /dev/null
+++ b/windows/deployment/images/icons/powershell-18.svg
@@ -0,0 +1,3 @@
+
+
\ No newline at end of file
diff --git a/windows/deployment/images/icons/powershell-org.svg b/windows/deployment/images/icons/powershell-org.svg
new file mode 100644
index 0000000000..7ea68cb8b0
--- /dev/null
+++ b/windows/deployment/images/icons/powershell-org.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/windows/deployment/update-boot-image.md b/windows/deployment/update-boot-image.md
index e69d5565d1..5356ec74a5 100644
--- a/windows/deployment/update-boot-image.md
+++ b/windows/deployment/update-boot-image.md
@@ -89,7 +89,7 @@ Before modifying the desired boot image, make a backup copy of the boot image. F
Create a new empty empty folder to mount the boot image to. For example, `C:\Mount`.
-### [:::image type="icon" source="images/icons/powershell.svg"::: **PowerShell**](#tab/powershell)
+### [:::image type="icon" source="images/icons/powershell-18.svg"::: **PowerShell**](#tab/powershell)
```powershell
Mount-WindowsImage -Path "" -ImagePath "\.wim" -Index 1 -Verbose
@@ -97,7 +97,7 @@ Mount-WindowsImage -Path "" -ImagePath "\" /Index:1 /MountDir:""
@@ -117,7 +117,7 @@ If needed, add any drivers to the boot image:
Command to be determined
```
-### [:::image type="icon" source="images/icons/command-prompt.svg"::: **Command Line**](#tab/command-line)
+### [:::image type="icon" source="images/icons/command-prompt-18.svg"::: **Command Line**](#tab/command-line)
```cmd
DISM.exe /Image:"" /Add-Driver /Driver:"\.inf"