https://git.reactos.org/?p=reactos.git;a=commitdiff;h=58bc93f1647dc5e46f3ff6...
commit 58bc93f1647dc5e46f3ff609ec32f9e4fccbc4ff Author: Victor Perevertkin victor.perevertkin@reactos.org AuthorDate: Sun Apr 12 17:23:17 2020 +0300 Commit: Victor Perevertkin victor.perevertkin@reactos.org CommitDate: Sun Apr 12 17:23:17 2020 +0300
[BOOTDATA] Add FsType into default unattend.inf template --- boot/bootdata/bootcd/unattend.inf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/boot/bootdata/bootcd/unattend.inf b/boot/bootdata/bootcd/unattend.inf index cbfacc56baf..9d61b5a0b9c 100644 --- a/boot/bootdata/bootcd/unattend.inf +++ b/boot/bootdata/bootcd/unattend.inf @@ -12,9 +12,9 @@ DestinationPartitionNumber = 1 InstallationDirectory=ReactOS
; 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 +MBRInstallType=2
FullName="MyName" ;OrgName="MyOrg" @@ -38,6 +38,11 @@ FormatPartition=1 ; 0 - disabled AutoPartition = 1
+; choose default file system type +; 0 - FAT +; 1 - BtrFS +FsType = 0 + ; enable this setting to disable Gecko install ; yes - disabled ; no - enabled