Turn on softupdates by default. We need a UI to set filesystem parameters.
This commit is contained in:
parent
6fe126c1a9
commit
5890a472fc
@ -496,7 +496,7 @@ set_default_part_metadata(const char *name, const char *scheme,
|
||||
|
||||
if (strcmp(type, "freebsd-ufs") == 0) {
|
||||
md->newfs = malloc(255);
|
||||
sprintf(md->newfs, "newfs /dev/%s", name);
|
||||
sprintf(md->newfs, "newfs -U /dev/%s", name);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user