Skip to content

Commit 6e7bac1

Browse files
author
Ryan Johnson
authored
Merge pull request #23 from rainpole/windows-autounattend-fixup
Simplify Windows Autounattend.xml <DriverPaths/>
2 parents 1475d46 + 1ed19ee commit 6e7bac1

File tree

22 files changed

+16
-280
lines changed

22 files changed

+16
-280
lines changed

builds/windows/windows-server-2016/variables.auto.pkrvars.hcl

-4
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,21 @@ vm_network_card = "vmxnet3"
2828
vm_floppy_files_server_std_dexp = [
2929
"../../../configs/windows/windows-server-2016/standard/efi-secure/autounattend.xml",
3030
"../../../scripts/windows/",
31-
"../../../drivers/windows",
3231
"../../../certificates/"
3332
]
3433
vm_floppy_files_server_std_core = [
3534
"../../../configs/windows/windows-server-2016/standard-core/efi-secure/autounattend.xml",
3635
"../../../scripts/windows/",
37-
"../../../drivers/windows",
3836
"../../../certificates/"
3937
]
4038
vm_floppy_files_server_dc_dexp = [
4139
"../../../configs/windows/windows-server-2016/datacenter/efi-secure/autounattend.xml",
4240
"../../../scripts/windows/",
43-
"../../../drivers/windows",
4441
"../../../certificates/"
4542
]
4643
vm_floppy_files_server_dc_core = [
4744
"../../../configs/windows/windows-server-2016/datacenter-core/efi-secure/autounattend.xml",
4845
"../../../scripts/windows/",
49-
"../../../drivers/windows",
5046
"../../../certificates/"
5147
]
5248
vm_shutdown_command = "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\""

builds/windows/windows-server-2019/variables.auto.pkrvars.hcl

-4
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,21 @@ vm_network_card = "vmxnet3"
2828
vm_floppy_files_server_std_dexp = [
2929
"../../../configs/windows/windows-server-2019/standard/efi-secure/autounattend.xml",
3030
"../../../scripts/windows/",
31-
"../../../drivers/windows",
3231
"../../../certificates/"
3332
]
3433
vm_floppy_files_server_std_core = [
3534
"../../../configs/windows/windows-server-2019/standard-core/efi-secure/autounattend.xml",
3635
"../../../scripts/windows/",
37-
"../../../drivers/windows",
3836
"../../../certificates/"
3937
]
4038
vm_floppy_files_server_dc_dexp = [
4139
"../../../configs/windows/windows-server-2019/datacenter/efi-secure/autounattend.xml",
4240
"../../../scripts/windows/",
43-
"../../../drivers/windows",
4441
"../../../certificates/"
4542
]
4643
vm_floppy_files_server_dc_core = [
4744
"../../../configs/windows/windows-server-2019/datacenter-core/efi-secure/autounattend.xml",
4845
"../../../scripts/windows/",
49-
"../../../drivers/windows",
5046
"../../../certificates/"
5147
]
5248
vm_shutdown_command = "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\""

configs/windows/windows-server-2016/datacenter-core/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/datacenter-core/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/datacenter/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/datacenter/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/standard-core/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/standard-core/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/standard/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2016/standard/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/datacenter-core/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/datacenter-core/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/datacenter/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/datacenter/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/standard-core/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/standard-core/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/standard/bios/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

configs/windows/windows-server-2019/standard/efi-secure/autounattend.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-PnpCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS">
1515
<DriverPaths>
1616
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
17-
<Path>A:\</Path>
17+
<Path>E:\Program Files\VMware\VMware Tools\Drivers\pvscsi\Win8\amd64</Path>
1818
</PathAndCredentials>
1919
</DriverPaths>
2020
</component>

drivers/windows/pvscsi/pvscsi.cat

-8.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)