diff --git a/build/profiles/fn_head/kernel/FREENAS.amd64 b/build/profiles/fn_head/kernel/FREENAS.amd64 index b8fe146..6c83e51 100644 --- a/build/profiles/fn_head/kernel/FREENAS.amd64 +++ b/build/profiles/fn_head/kernel/FREENAS.amd64 @@ -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 diff --git a/build/profiles/freenas/kernel/FREENAS.amd64 b/build/profiles/freenas/kernel/FREENAS.amd64 index a291118..3764336 100644 --- a/build/profiles/freenas/kernel/FREENAS.amd64 +++ b/build/profiles/freenas/kernel/FREENAS.amd64 @@ -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