Increase a bit partition sizes according to r209764 of

head/usr.sbin/sysinstall, i.e., 1GB for /, 512MB to 4GB for /var and at
least 8GB for /usr.
This commit is contained in:
Marc Fonvieille 2010-07-07 13:06:53 +00:00
parent 29e3b1a698
commit f010193eab
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35973

View file

@ -1799,10 +1799,10 @@ Mounting root from ufs:/dev/md0c
<entry><filename>/</filename></entry>
<entry>512&nbsp;MB</entry>
<entry>1&nbsp;GB</entry>
<entry>This is the root filesystem. Every other filesystem
will be mounted somewhere under this one. 512&nbsp;MB is a
will be mounted somewhere under this one. 1&nbsp;GB is a
reasonable size for this filesystem. You will not be storing
too much data on it, as a regular FreeBSD install will put
about 128&nbsp;MB of data here. The remaining space is for temporary
@ -1841,7 +1841,7 @@ Mounting root from ufs:/dev/md0c
<entry><filename>/var</filename></entry>
<entry>256&nbsp;MB to 1024&nbsp;MB</entry>
<entry>512&nbsp;MB to 4096&nbsp;MB</entry>
<entry>The <filename>/var</filename> directory contains
files that are constantly varying;
@ -1858,7 +1858,7 @@ Mounting root from ufs:/dev/md0c
<entry><filename>/usr</filename></entry>
<entry>Rest of disk (at least 2&nbsp;GB)</entry>
<entry>Rest of disk (at least 8&nbsp;GB)</entry>
<entry>All your other files will typically be stored in
<filename>/usr</filename> and its subdirectories.</entry>