mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Remove the ``-c 22'' option from newfs command line. Changes in newfs(8)
makes that obsolete. The jury^W-arch is still out about the block and fragment sizes so I'll that for later. Reminded by: obrien MFC after: 2 days
This commit is contained in:
parent
d8b84d9e07
commit
41494fa079
2 changed files with 2 additions and 2 deletions
|
|
@ -1077,7 +1077,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 -c 22", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
|
||||
variable_set2(VAR_CONSTERM, "NO", 0);
|
||||
return DITEM_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1077,7 +1077,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 -c 22", 0);
|
||||
variable_set2(VAR_NEWFS_ARGS, "-b 8192 -f 1024", 0);
|
||||
variable_set2(VAR_CONSTERM, "NO", 0);
|
||||
return DITEM_SUCCESS;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue