diff options
Diffstat (limited to 'sys/boot/i386/loader/conf.c')
-rw-r--r-- | sys/boot/i386/loader/conf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/i386/loader/conf.c b/sys/boot/i386/loader/conf.c index bef1ed9..ba8ebf6 100644 --- a/sys/boot/i386/loader/conf.c +++ b/sys/boot/i386/loader/conf.c @@ -58,7 +58,12 @@ struct fs_ops *file_system[] = { &ufs_fsops, &ext2fs_fsops, &dosfs_fsops, +#ifdef LOADER_GZIP_SUPPORT &zipfs_fsops, +#endif +#ifdef LOADER_BZIP2_SUPPORT + &bzipfs_fsops, +#endif #ifdef LOADER_NFS_SUPPORT &nfs_fsops, #endif |