Author: nwhitehorn
Date: Sun Sep 14 02:31:53 2014
New Revision: 271567
URL: http://svnweb.freebsd.org/changeset/base/271567

Log:
  ZFS support isn't actually experimental anymore, so no need to scare
  people.

Modified:
  head/usr.sbin/bsdinstall/scripts/auto

Modified: head/usr.sbin/bsdinstall/scripts/auto
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/auto       Sun Sep 14 02:31:15 2014        
(r271566)
+++ head/usr.sbin/bsdinstall/scripts/auto       Sun Sep 14 02:31:53 2014        
(r271567)
@@ -114,7 +114,7 @@ Shell \"Open a shell and partition by ha
 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
                ;;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to