mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 17:02:56 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user