[BOOTDATA] Add FsType into default unattend.inf template
[reactos.git] / boot / bootdata / bootcd / unattend.inf
1 [Unattend]
2 Signature = "$ReactOS$"
3
4 ; Set UnattendSetupEnabled to yes in order to get unattended setup working
5 ; yes - unattend setup enabled
6 ; no - unattend setup disabled
7 UnattendSetupEnabled = no
8
9 ; Install to \Device\Harddisk0\Partition1\ReactOS
10 DestinationDiskNumber = 0
11 DestinationPartitionNumber = 1
12 InstallationDirectory=ReactOS
13
14 ; MBRInstallType=0 skips MBR installation
15 ; MBRInstallType=1 install MBR on floppy
16 ; MBRInstallType=2 install MBR on hdd
17 MBRInstallType=2
18
19 FullName="MyName"
20 ;OrgName="MyOrg"
21 ComputerName="MYCOMPUTERNAME"
22 ;AdminPassword="MyPassword"
23
24 ; TimeZone is set GMT as default
25 TimeZoneIndex=85
26
27 ; enable this setting to disable daylight saving changes
28 ; DisableAutoDaylightTimeSet = 1
29
30 ; enable this setting to format the selected partition
31 ; 1 - format enabled
32 ; 0 - format disabled
33 FormatPartition=1
34
35 ; enable this setting to automatically create a partition
36 ; during installation
37 ; 1 - enabled
38 ; 0 - disabled
39 AutoPartition = 1
40
41 ; choose default file system type
42 ; 0 - FAT
43 ; 1 - BtrFS
44 FsType = 0
45
46 ; enable this setting to disable Gecko install
47 ; yes - disabled
48 ; no - enabled
49 DisableGeckoInst = no
50
51 ; set this option to automatically
52 ; specify language in 2nd mode setup
53 ; see hivesys.inf for available languages
54 LocaleID = 409
55
56 ; enable this section to automatically launch programs
57 ; after 3rd boot
58 ;
59 ; [GuiRunOnce]
60 ; %SystemRoot%\system32\cmd.exe
61 ; Enable the next line (+ the GuiRunOnce section) to enable the lautus theme
62 ; "rundll32.exe shell32.dll,Control_RunDLL desk.cpl desk,@Appearance /Action:ActivateMSTheme /file:%SYSTEMROOT%\Resources\themes\lautus\lautus.msstyles"
63
64
65 ; enable this section to change resolution / bpp
66 ; setting a value to 0 or skipping it will leave it unchanged
67 ; [Display]
68 ; BitsPerPel = 32
69 ; XResolution = 1440
70 ; YResolution = 900
71 ; VRefresh = 0