summaryrefslogtreecommitdiffstats
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.c5
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
OpenPOWER on IntegriCloud