svn commit: r271567 - head/usr.sbin/bsdinstall/scripts

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Sep 14 02:31:54 UTC 2014


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


More information about the svn-src-all mailing list