ZFS support isn't actually experimental anymore, so no need to scare

people.
This commit is contained in:
Nathan Whitehorn 2014-09-14 02:31:53 +00:00
parent 1230701891
commit d73bf00760

View File

@ -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
;;