Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2015 10:10:01 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r283939 - head/sys/boot/userboot/userboot
Message-ID:  <201506031010.t53AA1ch049060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Wed Jun  3 10:10:00 2015
New Revision: 283939
URL: https://svnweb.freebsd.org/changeset/base/283939

Log:
  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

Modified:
  head/sys/boot/userboot/userboot/conf.c

Modified: head/sys/boot/userboot/userboot/conf.c
==============================================================================
--- head/sys/boot/userboot/userboot/conf.c	Wed Jun  3 06:02:49 2015	(r283938)
+++ head/sys/boot/userboot/userboot/conf.c	Wed Jun  3 10:10:00 2015	(r283939)
@@ -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
 };
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031010.t53AA1ch049060>