summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2015-06-12 11:41:33 +0000
committeravg <avg@FreeBSD.org>2015-06-12 11:41:33 +0000
commit283a5c0b30a9b5bf421f10b1b5fac19aee3a4e26 (patch)
tree12fed9d019021bbe6ea11460f4ff927bb26f4324
parent5c266cb7c932e78233437385fe6993499ad9e2ea (diff)
downloadFreeBSD-src-283a5c0b30a9b5bf421f10b1b5fac19aee3a4e26.zip
FreeBSD-src-283a5c0b30a9b5bf421f10b1b5fac19aee3a4e26.tar.gz
MFC r283939: userboot: enable bzipfs support
-rw-r--r--sys/boot/userboot/userboot/conf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/userboot/userboot/conf.c b/sys/boot/userboot/userboot/conf.c
index 6727a22..b8daa73 100644
--- a/sys/boot/userboot/userboot/conf.c
+++ b/sys/boot/userboot/userboot/conf.c
@@ -65,10 +65,11 @@ struct fs_ops *file_system[] = {
&host_fsops,
&ufs_fsops,
&cd9660_fsops,
- &gzipfs_fsops,
#if defined(USERBOOT_ZFS_SUPPORT)
&zfs_fsops,
#endif
+ &gzipfs_fsops,
+ &bzipfs_fsops,
NULL
};
OpenPOWER on IntegriCloud