Author: arkurth
Date: Tue Aug 18 13:21:56 2009
New Revision: 805405
URL: http://svn.apache.org/viewvc?rev=805405&view=rev
Log:
VCL-195
Added tools/Windows_Server_2008 directory.
Created drivers subdirectory and set Subversion property to ignore its contents.
Added Sysprep template file: Utilities/Sysprep/Unattend.xml file. Note: this
file contains a product key for Windows Server 2008 Datacenter. This is a
publicly available key distributed by Microsoft in the Volume Activation 2.0
Deployment Guide. It is used when activating via a KMS server.
Added:
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Drivers/
(with props)
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
(with props)
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Drivers/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Aug 18 13:21:56 2009
@@ -0,0 +1 @@
+*
Added:
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
URL:
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml?rev=805405&view=auto
==============================================================================
---
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
(added)
+++
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
Tue Aug 18 13:21:56 2009
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="utf-8"?>
+<unattend xmlns="urn:schemas-microsoft-com:unattend">
+ <settings pass="oobeSystem">
+ <component name="Microsoft-Windows-International-Core"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <InputLocale>en-US</InputLocale>
+ <SystemLocale>en-US</SystemLocale>
+ <UserLocale>en-US</UserLocale>
+ <UILanguage>en-US</UILanguage>
+ </component>
+ <component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <OOBE>
+ <HideEULAPage>true</HideEULAPage>
+ </OOBE>
+ <UserAccounts>
+ <AdministratorPassword>
+ <Value>WINDOWS_ROOT_PASSWORD</Value>
+ <PlainText>true</PlainText>
+ </AdministratorPassword>
+ </UserAccounts>
+ </component>
+ </settings>
+ <settings pass="specialize">
+ <component name="Microsoft-Windows-Shell-Setup"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <ProductKey>7M67G-PC374-GR742-YH8V4-TCBY3</ProductKey>
+ <ComputerName>*</ComputerName>
+ <TimeZone>Eastern Standard Time</TimeZone>
+ <Display>
+ <ColorDepth>32</ColorDepth>
+ <HorizontalResolution>1024</HorizontalResolution>
+ <VerticalResolution>768</VerticalResolution>
+ <RefreshRate>72</RefreshRate>
+ <DPI>120</DPI>
+ </Display>
+ </component>
+ <component name="Microsoft-Windows-Deployment"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <RunSynchronous>
+ <RunSynchronousCommand wcm:action="add">
+ <Path>cmd.exe /c
C:\Cygwin\home\root\VCL\Scripts\sysprep_cmdlines.cmd >
C:\Cygwin\home\root\VCL\Logs\sysprep_cmdlines.log 2>&1</Path>
+ <Order>1</Order>
+ <Description>Prepare for 1st boot</Description>
+ </RunSynchronousCommand>
+ </RunSynchronous>
+ </component>
+ </settings>
+ <settings pass="auditSystem">
+ <component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35"
language="neutral" versionScope="nonSxS"
xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+ <DriverPaths>
+ <PathAndCredentials wcm:action="add" wcm:keyValue="1">
+ <Path>C:\Cygwin\home\root\VCL\Drivers</Path>
+ </PathAndCredentials>
+ </DriverPaths>
+ </component>
+ </settings>
+</unattend>
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
------------------------------------------------------------------------------
svn:eol-style = CRLF
Propchange:
incubator/vcl/trunk/managementnode/tools/Windows_Server_2008/Utilities/Sysprep/Unattend.xml
------------------------------------------------------------------------------
svn:keywords = Date Revision Author HeadURL Id