mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Mirror the newfs(8) defaults change I made in rev 1.33 of newfs.c where
I made `22' the default number of cylinders per group.
This commit is contained in:
parent
03c47dc9cd
commit
e24c7ced13
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=74868
@ -1073,7 +1073,7 @@ installVarDefaults(dialogMenuItem *self)
|
||||
variable_set2(SYSTEM_STATE, "update", 0);
|
||||
else
|
||||
variable_set2(SYSTEM_STATE, "init", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024 -c 22", 0);
|
||||
return DITEM_SUCCESS;
|
||||
}
|
||||
|
||||
|
@ -1073,7 +1073,7 @@ installVarDefaults(dialogMenuItem *self)
|
||||
variable_set2(SYSTEM_STATE, "update", 0);
|
||||
else
|
||||
variable_set2(SYSTEM_STATE, "init", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024 -c 22", 0);
|
||||
return DITEM_SUCCESS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user