mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 14:39:46 +00:00
[BTRFS]
Add the driver to the registry and to the CDs (out of cab) Feel free to enjoy btrfs in ReactOS :-) CORE-10892 svn path=/trunk/; revision=71038
This commit is contained in:
parent
d6b45221ca
commit
d0b46d4b4f
2 changed files with 8 additions and 0 deletions
|
@ -1979,6 +1979,13 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","CheckingBitmap",0x00
|
|||
HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","Ext3ForceWriting",0x00010001,0x00000001
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Ext2fs\Parameters","AutoMount",0x00010001,0x00000001
|
||||
|
||||
; BTRFS Filesystem driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","ErrorControl",0x00010001,0x00000000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Group",0x00000000,"Boot File System"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","ImagePath",0x00020000,"system32\drivers\btrfs.sys"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Start",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Type",0x00010001,0x00000002
|
||||
|
||||
; Filesystem Filter Manager driver
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
|
||||
|
|
|
@ -67,6 +67,7 @@ ntdll.dll=,,,,,,,,,,,,2
|
|||
wmilib.sys=,,,,,,,,,,,,4
|
||||
ksecdd.sys=,,,,,,,,,,,,4
|
||||
mountmgr.sys=,,,,,,x,,,,,,4
|
||||
btrfs.sys=,,,,,,x,,,,,,4
|
||||
|
||||
[SystemPartitionFiles]
|
||||
|
||||
|
|
Loading…
Reference in a new issue