From d73bf00760fdbd13c7baaea8105eb76b09cdb8d1 Mon Sep 17 00:00:00 2001 From: Nathan Whitehorn Date: Sun, 14 Sep 2014 02:31:53 +0000 Subject: [PATCH] ZFS support isn't actually experimental anymore, so no need to scare people. --- usr.sbin/bsdinstall/scripts/auto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsdinstall/scripts/auto b/usr.sbin/bsdinstall/scripts/auto index 969fb92b1c3..433744e9bb6 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 ;;