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:
parent
29e3b1a698
commit
f010193eab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35973
1 changed files with 4 additions and 4 deletions
|
@ -1799,10 +1799,10 @@ Mounting root from ufs:/dev/md0c
|
|||
|
||||
<entry><filename>/</filename></entry>
|
||||
|
||||
<entry>512 MB</entry>
|
||||
<entry>1 GB</entry>
|
||||
|
||||
<entry>This is the root filesystem. Every other filesystem
|
||||
will be mounted somewhere under this one. 512 MB is a
|
||||
will be mounted somewhere under this one. 1 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 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 MB to 1024 MB</entry>
|
||||
<entry>512 MB to 4096 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 GB)</entry>
|
||||
<entry>Rest of disk (at least 8 GB)</entry>
|
||||
|
||||
<entry>All your other files will typically be stored in
|
||||
<filename>/usr</filename> and its subdirectories.</entry>
|
||||
|
|
Loading…
Reference in a new issue