Partially fixed up tree after merge from HEAD. More to do.
[reactos.git] / reactos / boot / bootdata / unattend.inf.sample
1 ; In order to get unattended setup working:
2 ; 1. Copy unattend.inf.sample to unattend.inf, adjust as needed
3 ; 2. Uncomment the line in bootdata.rbuild to include it into bootcd
4
5 [Unattend]
6 Signature = "$ReactOS$"
7
8 ; yes - unattend setup enabled
9 ; no - unattend setup disabled
10 UnattendSetupEnabled = yes
11
12 ; Install to \Device\Harddisk0\Partition1\ReactOS
13 DestinationDiskNumber = 0
14 DestinationPartitionNumber = 1
15 InstallationDirectory=ReactOS
16
17 ; MBRInstallType=0 skips MBR installation
18 ; MBRInstallType=1 install MBR on floppy
19 ; MBRInstallType=2 install MBR on hdd
20 MBRInstallType=2
21
22 FullName="MyName"
23 ;OrgName="MyOrg"
24 ComputerName="MYCOMPUTERNAME";
25 AdminPassword="MyPassword"
26
27 ; TimeZone is set GMT as default
28 TimeZoneIndex=85
29
30 ; enable this setting to disable daylight saving changes
31 ; DisableAutoDaylightTimeSet = 1
32