summaryrefslogtreecommitdiff
path: root/sys/boot/i386/loader/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/loader/conf.c')
-rw-r--r--sys/boot/i386/loader/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c
index 67c8c952b610..9e31735cf401 100644
--- a/sys/boot/i386/loader/conf.c
+++ b/sys/boot/i386/loader/conf.c
@@ -60,6 +60,7 @@ struct fs_ops *file_system[] = {
&ext2fs_fsops,
&dosfs_fsops,
&cd9660_fsops,
+ &splitfs_fsops,
#ifdef LOADER_GZIP_SUPPORT
&zipfs_fsops,
#endif