From f010193eab9ec3b5af40573ea1b995c06344270d Mon Sep 17 00:00:00 2001 From: Marc Fonvieille Date: Wed, 7 Jul 2010 13:06:53 +0000 Subject: [PATCH] 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. --- en_US.ISO8859-1/books/handbook/install/chapter.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/install/chapter.sgml b/en_US.ISO8859-1/books/handbook/install/chapter.sgml index 69db1afcea..69755e6213 100644 --- a/en_US.ISO8859-1/books/handbook/install/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/install/chapter.sgml @@ -1799,10 +1799,10 @@ Mounting root from ufs:/dev/md0c / - 512 MB + 1 GB 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 /var - 256 MB to 1024 MB + 512 MB to 4096 MB The /var directory contains files that are constantly varying; @@ -1858,7 +1858,7 @@ Mounting root from ufs:/dev/md0c /usr - Rest of disk (at least 2 GB) + Rest of disk (at least 8 GB) All your other files will typically be stored in /usr and its subdirectories.