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

Devin Teske dteske at FreeBSD.org
Mon Dec 16 19:43:04 UTC 2013


Author: dteske
Date: Mon Dec 16 19:43:04 2013
New Revision: 259477
URL: http://svnweb.freebsd.org/changeset/base/259477

Log:
  fletcher4 is currently the default.
  
  Discussed on:	-current
  MFC after:	3 days

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

Modified: head/usr.sbin/bsdinstall/scripts/zfsboot
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/zfsboot	Mon Dec 16 19:37:15 2013	(r259476)
+++ head/usr.sbin/bsdinstall/scripts/zfsboot	Mon Dec 16 19:43:04 2013	(r259477)
@@ -1047,7 +1047,7 @@ zfs_create_boot()
 	# Customize the zroot a bit...
 	local option
 	f_dprintf "$funcname: Setting miscellaneous options on root pool..."
-	for option in checksum=fletcher4 atime=off; do
+	for option in atime=off; do
 		f_eval_catch $funcname zfs "$ZFS_SET" $option "$zroot_name" ||
 			return $FAILURE
 	done


More information about the svn-src-head mailing list