mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +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
|
@ -110,6 +110,7 @@ typedef struct _USETUP_DATA
|
|||
LONG MBRInstallType;
|
||||
LONG FormatPartition;
|
||||
LONG AutoPartition;
|
||||
LONG FsType;
|
||||
|
||||
/* Settings lists *****/
|
||||
PGENERIC_LIST ComputerList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue