Add TODO item for converting UFS2 to be the default for sysinstall(8)
and newfs(8). Patches are being circulated and will be committed within a few days.
This commit is contained in:
parent
b64fa95657
commit
b866db4e92
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16596
1 changed files with 13 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.2 2003/04/16 15:43:05 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.3 2003/04/18 22:06:29 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.1 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -108,6 +108,18 @@
|
|||
chain components should be made into a port.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>UFS2 as installation, newfs default</td>
|
||||
<td>In progress</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>Change the installation and newfs(8) default format to UFS2.
|
||||
In 5.0-RELEASE, UFS2 was optional to improve backward compatibility
|
||||
and ease experimentation. In 5.1-RELEASE, UFS2 will be the
|
||||
default due to higher performance, larger maximum capacity, and
|
||||
access to features such as extended attributes. All tools will
|
||||
continue to support UFS1.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 5.1</h3>
|
||||
|
|
Loading…
Reference in a new issue