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:
parent
982fabe12e
commit
643139e5b1
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user