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 }; _______________________________________________ svn-src-stable-9@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9 To unsubscribe, send any mail to "svn-src-stable-9-unsubscr...@freebsd.org"