MFC r283939: userboot: enable bzipfs support
This commit is contained in:
parent
5c266cb7c9
commit
283a5c0b30
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user