summaryrefslogtreecommitdiffstats
path: root/sys/boot/userboot
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2015-06-03 10:10:00 +0000
committeravg <avg@FreeBSD.org>2015-06-03 10:10:00 +0000
commit0bbde920403a75d068e6edfd74cedfba8cb791a0 (patch)
tree4e543ceb8372bebe9a1eaa8a50efa15041c715df /sys/boot/userboot
parentcc213ca84c8059d6afee40536adee5126fc82fbf (diff)
downloadFreeBSD-src-0bbde920403a75d068e6edfd74cedfba8cb791a0.zip
FreeBSD-src-0bbde920403a75d068e6edfd74cedfba8cb791a0.tar.gz
userboot: enable bzipfs support
Additionally, sort all real filesystems before the virtual ones. Differential Revision: https://reviews.freebsd.org/D2709 Reviewed by: grehan MFC after: 5 days
Diffstat (limited to 'sys/boot/userboot')
-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