bsdinstall: enable SUJ by default (revert r327890)

fsck should be fixed as of r328092.

PR:		225110
Tested by:	dumbbell, Arshan Khanifar <arshankhanifar gmail.com>
This commit is contained in:
Ed Maste 2018-01-25 19:57:21 +00:00
parent e649493c6d
commit 4a8b3e41f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328410

View file

@ -91,7 +91,8 @@ newfs_command(const char *fstype, char *command, int use_default)
{"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 },