mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
[SETUP] Add support for selecting FS type in unattended setups
By default, we still fallback to FAT if nothing asked, or if there is an invalid input. 0 is FAT, 1 is BtrFS. This can be grown as soon as we add more IFS.
This commit is contained in:
parent
c526f94b8c
commit
4ed6b1ffca
4 changed files with 41 additions and 9 deletions
|
@ -38,6 +38,11 @@ FormatPartition=1
|
|||
; 0 - disabled
|
||||
AutoPartition = 1
|
||||
|
||||
; choose default file system type
|
||||
; 0 - FAT
|
||||
; 1 - BtrFS
|
||||
FsType = 0
|
||||
|
||||
; set this option to automatically
|
||||
; specify language in 2nd mode setup
|
||||
; see hivesys.inf for available languages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue