svn commit: r328410 - head/usr.sbin/bsdinstall/partedit

Ed Maste emaste at FreeBSD.org
Thu Jan 25 19:57:22 UTC 2018


Author: emaste
Date: Thu Jan 25 19:57:21 2018
New Revision: 328410
URL: https://svnweb.freebsd.org/changeset/base/328410

Log:
  bsdinstall: enable SUJ by default (revert r327890)
  
  fsck should be fixed as of r328092.
  
  PR:		225110
  Tested by:	dumbbell, Arshan Khanifar <arshankhanifar gmail.com>

Modified:
  head/usr.sbin/bsdinstall/partedit/gpart_ops.c

Modified: head/usr.sbin/bsdinstall/partedit/gpart_ops.c
==============================================================================
--- head/usr.sbin/bsdinstall/partedit/gpart_ops.c	Thu Jan 25 18:10:33 2018	(r328409)
+++ head/usr.sbin/bsdinstall/partedit/gpart_ops.c	Thu Jan 25 19:57:21 2018	(r328410)
@@ -91,7 +91,8 @@ newfs_command(const char *fstype, char *command, int u
 			{"SU", "Softupdates",
 			    "Enable softupdates (default)", 1 },
 			{"SUJ", "Softupdates journaling",
-			    "Enable file system journaling", 0 },
+			    "Enable file system journaling (default - "
+			    "turn off for SSDs)", 1 },
 			{"TRIM", "Enable SSD TRIM support",
 			    "Enable TRIM support, useful on solid-state drives",
 			    0 },


More information about the svn-src-all mailing list