diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-17 12:18:05 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-17 12:18:05 +0000 |
| commit | fb74e5f595af8439633ef895dd19dfdd695b6d10 (patch) | |
| tree | dd2d29323555872217afb04ebb572acebac59fcd /sys/boot/i386/loader/conf.c | |
| parent | 766f7d6e03339f423f22afebb5ba4a301e1b23c9 (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386/loader/conf.c')
| -rw-r--r-- | sys/boot/i386/loader/conf.c | 1 |
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 |
