summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2014-09-14 02:31:53 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2014-09-14 02:31:53 +0000
commit2e44338b356937db06e80891afcc9e5faaf498e2 (patch)
treeb98a9123ae762c315427c208dbf139f0de8f16e4 /usr.sbin
parentcb96a5f02eac7ab02b87d9ca054a0236e7a76c62 (diff)
downloadFreeBSD-src-2e44338b356937db06e80891afcc9e5faaf498e2.zip
FreeBSD-src-2e44338b356937db06e80891afcc9e5faaf498e2.tar.gz
ZFS support isn't actually experimental anymore, so no need to scare
people.
Diffstat (limited to 'usr.sbin')
-rwxr-xr-xusr.sbin/bsdinstall/scripts/auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto
index 969fb92..433744e 100755
--- a/usr.sbin/bsdinstall/scripts/auto
+++ b/usr.sbin/bsdinstall/scripts/auto
@@ -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
;;
OpenPOWER on IntegriCloud