mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
ZFS support isn't actually experimental anymore, so no need to scare
people.
This commit is contained in:
parent
1230701891
commit
d73bf00760
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ Shell \"Open a shell and partition by hand\""
|
|||
CURARCH=$( uname -m )
|
||||
case $CURARCH in
|
||||
amd64|i386) # Booting ZFS Supported
|
||||
PMODES="$PMODES \"Auto (ZFS)\" \"Guided Root-on-ZFS (Experimental)\""
|
||||
PMODES="$PMODES \"Auto (ZFS)\" \"Guided Root-on-ZFS\""
|
||||
;;
|
||||
*) # Booting ZFS Unspported
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue