Index: reactos/boot/bootdata/hivesys.inf
===================================================================
--- reactos/boot/bootdata/hivesys.inf	(revision 71040)
+++ reactos/boot/bootdata/hivesys.inf	(working copy)
@@ -1986,6 +2122,15 @@
 HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Start",0x00010001,0x00000003
 HKLM,"SYSTEM\CurrentControlSet\Services\btrfs","Type",0x00010001,0x00000002
 
+; REISER Filesystem driver
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","ErrorControl",0x00010001,0x00000000
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","Group",0x00000000,"Boot File System"
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","ImagePath",0x00020000,"system32\drivers\reiserfs.sys"
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","Start",0x00010001,0x00000003
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs","Type",0x00010001,0x00000002
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs\Parameters","CodePage",0x00000000,"default"
+HKLM,"SYSTEM\CurrentControlSet\Services\Reiserfs\Parameters","WritingSupport",0x00010001,0x00000001
+
 ; Filesystem Filter Manager driver
 HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","ErrorControl",0x00010001,0x00000003
 HKLM,"SYSTEM\CurrentControlSet\Services\rosfltmgr","Group",0x00000000,"Boot File System"
Index: reactos/boot/bootdata/txtsetup.sif
===================================================================
--- reactos/boot/bootdata/txtsetup.sif	(revision 71040)
+++ reactos/boot/bootdata/txtsetup.sif	(working copy)
@@ -68,6 +68,7 @@
 ksecdd.sys=,,,,,,,,,,,,4
 mountmgr.sys=,,,,,,x,,,,,,4
 btrfs.sys=,,,,,,x,,,,,,4
+reiserfs.sys=,,,,,,x,,,,,,4
 
 [SystemPartitionFiles]
 
