From 042725cdc5ef92b009ed71e1d39b21dc068fbf7e Mon Sep 17 00:00:00 2001
From: ajn142attamu <87684829+ajn142attamu@users.noreply.github.com>
Date: Wed, 21 Jun 2023 13:29:00 -0500
Subject: [PATCH 1/3] Correct the Build Number for Win11-22H2 at line 13375
Previous value listed was 10.0.21621, value taken from a running Win11-22H2 system and the Microsoft update catalog is 10.0.22621.
---
Current Branch/7.2.2/DriverAutomationTool.ps1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Current Branch/7.2.2/DriverAutomationTool.ps1 b/Current Branch/7.2.2/DriverAutomationTool.ps1
index 5700f1e..8ef5c75 100644
--- a/Current Branch/7.2.2/DriverAutomationTool.ps1
+++ b/Current Branch/7.2.2/DriverAutomationTool.ps1
@@ -13372,7 +13372,7 @@ AABJRU5ErkJgggs='))
# Windows Version Hash Table
$WindowsBuildHashTable = @{
- 'Win11-22H2' = "10.0.21621"
+ 'Win11-22H2' = "10.0.22621"
'Win11-21H2' = "10.0.22000"
'22H2' = "10.0.19045.1"
'21H2' = "10.0.19044.1"
From 8bd93d6375a4283e99eb455a3c5c60817deca2d9 Mon Sep 17 00:00:00 2001
From: ajn142attamu <87684829+ajn142attamu@users.noreply.github.com>
Date: Thu, 22 Jun 2023 13:54:00 -0500
Subject: [PATCH 2/3] Update OEMLinks.xml
Re-point OEMLinks.xml to the more frequently updated OSDeploy/OSD repository directly.
---
Data/OEMLinks.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/OEMLinks.xml b/Data/OEMLinks.xml
index e8dae6e..9f012a1 100644
--- a/Data/OEMLinks.xml
+++ b/Data/OEMLinks.xml
@@ -23,7 +23,7 @@
-
+
From f8f2eb96fead0d2ddb0be168571b72e0cbcf0a0b Mon Sep 17 00:00:00 2001
From: Nelson
Date: Thu, 22 Jun 2023 14:29:02 -0500
Subject: [PATCH 3/3] Revert "Update OEMLinks.xml"
This reverts commit 8bd93d6375a4283e99eb455a3c5c60817deca2d9 on the
patch-1 branch. This commit should have been made to the master branch.
---
Data/OEMLinks.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Data/OEMLinks.xml b/Data/OEMLinks.xml
index 9f012a1..e8dae6e 100644
--- a/Data/OEMLinks.xml
+++ b/Data/OEMLinks.xml
@@ -23,7 +23,7 @@
-
+