[BOOTDATA][FS] Small adjustments of filesystem drivers registry parameters.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 29 Mar 2022 02:01:55 +0000 (04:01 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 18 Apr 2022 00:40:33 +0000 (02:40 +0200)
commit2c032f3fc94ec9f4d1fd4c1d3570c33a1707cb5b
treefd08e32a2d1d91661c0e8fe099760c2a38148a53
parent75e2fb4566b7d0143799254fe1ef9a787b9bcc1d
[BOOTDATA][FS] Small adjustments of filesystem drivers registry parameters.

- Fix the ErrorControl values to 1 (SERVICE_ERROR_NORMAL).
- Fix RamDisk driver type (it's SERVICE_KERNEL_DRIVER, not FS).
- btrfs.inf : This is a filesystem driver, so fix its ServiceType.

- Move 3rd-party FS data (btrfs, ext2, nfs(d)) from the system
  hivesys.inf and into their dedicated **.reg.inf files.
15 files changed:
base/services/nfsd/CMakeLists.txt
base/services/nfsd/nfsd_reg.inf [new file with mode: 0644]
boot/bootdata/hivesys.inf
drivers/filesystems/btrfs/CMakeLists.txt
drivers/filesystems/btrfs/btrfs.inf
drivers/filesystems/btrfs/btrfs_reg.inf [new file with mode: 0644]
drivers/filesystems/cdfs/CMakeLists.txt
drivers/filesystems/cdfs/cdfs_reg.inf
drivers/filesystems/ext2/CMakeLists.txt
drivers/filesystems/ext2/ext2fs_reg.inf
drivers/filesystems/msfs/msfs_reg.inf
drivers/filesystems/nfs/CMakeLists.txt
drivers/filesystems/nfs/nfs41_reg.inf [new file with mode: 0644]
drivers/filesystems/npfs/npfs_reg.inf
drivers/filesystems/udfs/udfs_reg.inf