From a4fc150328d775ee3882a9f4d7891d2c16dfc6b7 Mon Sep 17 00:00:00 2001
From: "Michael H.G. Schmidt" <michael@schmidt2.de>
Date: Wed, 11 Jan 2023 14:01:12 +0100
Subject: [PATCH] bugfixing

---
 image/autounattend_BIOS_template.xml | 2 +-
 image/autounattend_UEFI_template.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/image/autounattend_BIOS_template.xml b/image/autounattend_BIOS_template.xml
index 94b4e09..9b62d95 100644
--- a/image/autounattend_BIOS_template.xml
+++ b/image/autounattend_BIOS_template.xml
@@ -142,5 +142,5 @@
             <EnableLUA>false</EnableLUA>
         </component>
     </settings>
-    <cpi:offlineImage cpi:source="wim:c:/temp/win10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
+    <cpi:offlineImage cpi:source="wim:c:/temp/w10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
 </unattend>
diff --git a/image/autounattend_UEFI_template.xml b/image/autounattend_UEFI_template.xml
index 025a1e6..3540816 100644
--- a/image/autounattend_UEFI_template.xml
+++ b/image/autounattend_UEFI_template.xml
@@ -163,5 +163,5 @@
             <EnableLUA>false</EnableLUA>
         </component>
     </settings>
-    <cpi:offlineImage cpi:source="wim:c:/temp/win10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
+    <cpi:offlineImage cpi:source="wim:c:/temp/w10/sources/install.wim#Windows 10 Pro" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
 </unattend>