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:
emaste 2018-01-25 19:57:21 +00:00
parent b2d5bf8667
commit 9bfef3ce07

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 },