mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[0.4.7][FS][SETUP] During 1st stage, disable any FS we don't support install to
... in order to let RawFS these volumes. This avoids bloated setup and avoids potential bugs in 3rd party drivers. For now, this commit doesn't change anything, but once IopParseDevice hack gets removed, this will make a difference! These commits were part of CORE-6305 but that is not the reason why I picked them, but because moving those drivers into the cabs reduces the iso file-size a bit and they reduce a bit of log-spam in bootcds 1st stage setup. by picking the 2 commits: 0.4.8-dev-442-g5a650f6ba5
0.4.8-dev-438-g806cd16328
This commit is contained in:
parent
6057f41b6b
commit
b4f5df6f4e
7 changed files with 6 additions and 12 deletions
|
@ -24,4 +24,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue