[SETUP] Remove FSDs which have broken dismount implementation.
authorPierre Schweitzer <pierre@reactos.org>
Sun, 17 Dec 2017 22:13:56 +0000 (23:13 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sun, 17 Dec 2017 22:16:01 +0000 (23:16 +0100)
This avoids issues when these partitions are formatted to FAT for setup.

For now, this commit doesn't change anything, but once IopParseDevice hack
gets removed, this will make a difference!

CORE-6305

boot/bootdata/txtsetup.sif
drivers/filesystems/btrfs/CMakeLists.txt
drivers/filesystems/ntfs/CMakeLists.txt

index 3ea6297..822c19c 100644 (file)
@@ -52,7 +52,6 @@ usbstor.sys=,,,,,,x,,,,,,4
 kbdhid.sys=,,,,,,,,,,,,4
 kbdclass.sys=,,,,,,x,,,,,,4
 l_intl.nls=,,,,,,,,,,,,2
-ntfs.sys=,,,,,,,,,,,,4
 pci.sys=,,,,,,,,,,,,4
 scsiport.sys=,,,,,,x,,,,,,4
 storport.sys=,,,,,,x,,,,,,4
@@ -69,7 +68,6 @@ ntdll.dll=,,,,,,,,,,,,2
 wmilib.sys=,,,,,,,,,,,,4
 ksecdd.sys=,,,,,,,,,,,,4
 mountmgr.sys=,,,,,,x,,,,,,4
-btrfs.sys=,,,,,,x,,,,,,4
 reiserfs.sys=,,,,,,x,,,,,,4
 ffs.sys=,,,,,,x,,,,,,4
 udfs.sys=,,,,,,x,,,,,,4
index 65e61d2..123c9f0 100644 (file)
@@ -41,4 +41,4 @@ add_definitions(-D__KERNEL__)
 set_module_type(btrfs kernelmodedriver)
 target_link_libraries(btrfs rtlver ntoskrnl_vista zlib_solo wdmguid ${PSEH_LIB})
 add_importlibs(btrfs ntoskrnl hal)
-add_cd_file(TARGET btrfs DESTINATION reactos/system32/drivers NO_CAB FOR all)
+add_cd_file(TARGET btrfs DESTINATION reactos/system32/drivers FOR all)
index 0b1af78..5a193b4 100644 (file)
@@ -25,4 +25,4 @@ set_module_type(ntfs kernelmodedriver)
 target_link_libraries(ntfs ${PSEH_LIB})
 add_importlibs(ntfs ntoskrnl hal)
 add_pch(ntfs ntfs.h SOURCE)
-add_cd_file(TARGET ntfs DESTINATION reactos/system32/drivers NO_CAB FOR all)
+add_cd_file(TARGET ntfs DESTINATION reactos/system32/drivers FOR all)