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
f6a09683af
commit
50a68bc1b6
@ -91,8 +91,7 @@ newfs_command(const char *fstype, char *command, int use_default)
|
|||||||
{"SU", "Softupdates",
|
{"SU", "Softupdates",
|
||||||
"Enable softupdates (default)", 1 },
|
"Enable softupdates (default)", 1 },
|
||||||
{"SUJ", "Softupdates journaling",
|
{"SUJ", "Softupdates journaling",
|
||||||
"Enable file system journaling (default - "
|
"Enable file system journaling", 0 },
|
||||||
"turn off for SSDs)", 1 },
|
|
||||||
{"TRIM", "Enable SSD TRIM support",
|
{"TRIM", "Enable SSD TRIM support",
|
||||||
"Enable TRIM support, useful on solid-state drives",
|
"Enable TRIM support, useful on solid-state drives",
|
||||||
0 },
|
0 },
|
||||||
|
Loading…
Reference in New Issue
Block a user