svn commit: r284312 - stable/9/sys/boot/userboot/userboot

Andriy Gapon avg at FreeBSD.org
Fri Jun 12 11:41:48 UTC 2015


Author: avg
Date: Fri Jun 12 11:41:47 2015
New Revision: 284312
URL: https://svnweb.freebsd.org/changeset/base/284312

Log:
  MFC r283939: userboot: enable bzipfs support

Modified:
  stable/9/sys/boot/userboot/userboot/conf.c
Directory Properties:
  stable/9/sys/   (props changed)
  stable/9/sys/boot/   (props changed)

Modified: stable/9/sys/boot/userboot/userboot/conf.c
==============================================================================
--- stable/9/sys/boot/userboot/userboot/conf.c	Fri Jun 12 11:41:33 2015	(r284311)
+++ stable/9/sys/boot/userboot/userboot/conf.c	Fri Jun 12 11:41:47 2015	(r284312)
@@ -58,6 +58,7 @@ struct fs_ops *file_system[] = {
 	&host_fsops,
 	&ufs_fsops,
 	&gzipfs_fsops,
+	&bzipfs_fsops,
 	NULL
 };
 


More information about the svn-src-stable-9 mailing list