From a31fa06b4d8daf147e819410852c886dcf6156d3 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 11 Aug 2006 09:05:24 +0000 Subject: [PATCH] Computer name must always be uppercased, even despite it is an example svn path=/trunk/; revision=23544 --- reactos/boot/bootdata/unattend.inf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/bootdata/unattend.inf.sample b/reactos/boot/bootdata/unattend.inf.sample index 658b4551a75..8469c182f01 100644 --- a/reactos/boot/bootdata/unattend.inf.sample +++ b/reactos/boot/bootdata/unattend.inf.sample @@ -10,7 +10,7 @@ InstallationDirectory=ReactOS MBRInstallType=2 FullName="MyName" ;OrgName="MyOrg" -ComputerName="MyComputerName"; +ComputerName="MYCOMPUTERNAME"; AdminPassword="MyPassword" ; TimeZone is set GMT as default TimeZoneIndex=85