Add GEOM mirror support to kernel configs

This is needed for mirroring swap partitions with gmirror.
This commit is contained in:
Ryan Moeller
2018-09-24 22:55:32 -07:00
parent 8f8fd32920
commit c8496bc722
2 changed files with 2 additions and 0 deletions

View File

@@ -289,6 +289,7 @@ device crypto # Required by IPSEC
## FreeNAS shared modifications
options GEOM_UZIP
options GEOM_ELI
options GEOM_MIRROR
options FDESCFS # File descriptor filesystem
options NULLFS # NULL filesystem
options UNIONFS # Union filesystem

View File

@@ -284,6 +284,7 @@ device crypto # Required by IPSEC
## FreeNAS shared modifications
options GEOM_UZIP
options GEOM_ELI
options GEOM_MIRROR
options FDESCFS # File descriptor filesystem
options NULLFS # NULL filesystem
options UNIONFS # Union filesystem