mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[BOOTDATA] Add FsType into default unattend.inf template
This commit is contained in:
parent
9261110760
commit
58bc93f164
1 changed files with 7 additions and 2 deletions
|
@ -12,9 +12,9 @@ DestinationPartitionNumber = 1
|
||||||
InstallationDirectory=ReactOS
|
InstallationDirectory=ReactOS
|
||||||
|
|
||||||
; MBRInstallType=0 skips MBR installation
|
; MBRInstallType=0 skips MBR installation
|
||||||
; MBRInstallType=1 install MBR on floppy
|
; MBRInstallType=1 install MBR on floppy
|
||||||
; MBRInstallType=2 install MBR on hdd
|
; MBRInstallType=2 install MBR on hdd
|
||||||
MBRInstallType=2
|
MBRInstallType=2
|
||||||
|
|
||||||
FullName="MyName"
|
FullName="MyName"
|
||||||
;OrgName="MyOrg"
|
;OrgName="MyOrg"
|
||||||
|
@ -38,6 +38,11 @@ FormatPartition=1
|
||||||
; 0 - disabled
|
; 0 - disabled
|
||||||
AutoPartition = 1
|
AutoPartition = 1
|
||||||
|
|
||||||
|
; choose default file system type
|
||||||
|
; 0 - FAT
|
||||||
|
; 1 - BtrFS
|
||||||
|
FsType = 0
|
||||||
|
|
||||||
; enable this setting to disable Gecko install
|
; enable this setting to disable Gecko install
|
||||||
; yes - disabled
|
; yes - disabled
|
||||||
; no - enabled
|
; no - enabled
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue