bsdinstall: disable SUJ by default

SUJ + cg checksums produce spurious warnings after an unclean shutdown
(e.g. a crash).  For now disable SUJ for UFS installs so installing from
a FreeBSD 12 snapshot results in a usable filesystem, until this can be
fixed.

PR:		225110
Submitted by:	Arshan Khanifar <arshankhanifar gmail.com>
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D13890
This commit is contained in:
Ed Maste 2018-01-12 20:25:57 +00:00
parent 982fabe12e
commit 643139e5b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327890

View File

@ -91,8 +91,7 @@ newfs_command(const char *fstype, char *command, int use_default)
{"SU", "Softupdates",
"Enable softupdates (default)", 1 },
{"SUJ", "Softupdates journaling",
"Enable file system journaling (default - "
"turn off for SSDs)", 1 },
"Enable file system journaling", 0 },
{"TRIM", "Enable SSD TRIM support",
"Enable TRIM support, useful on solid-state drives",
0 },