From: "Lukasz Damentko" <rane@lark.gentoo.org>
To: gentoo-doc-cvs@lists.gentoo.org
Subject: [gentoo-doc-cvs] cvs commit: hb-install-amd64-disk.xml
Date: Sun, 1 Jan 2006 18:33:57 +0000 [thread overview]
Message-ID: <200601011833.k01IXwMg006451@robin.gentoo.org> (raw)
rane 06/01/01 18:33:57
Modified: xml/htdocs/doc/en/handbook hb-install-amd64-disk.xml
hb-install-x86-disk.xml
Log:
#114337, recommended /var size wasn't big enough to build openoffice
Revision Changes Path
1.23 +9 -8 xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo
Index: hb-install-amd64-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- hb-install-amd64-disk.xml 25 Aug 2005 19:22:50 -0000 1.22
+++ hb-install-amd64-disk.xml 1 Jan 2006 18:33:57 -0000 1.23
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.22 2005/08/25 19:22:50 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.23 2006/01/01 18:33:57 rane Exp $ -->
<sections>
-<version>2.4</version>
-<date>2005-08-25</date>
+<version>2.5</version>
+<date>2006-01-01</date>
<section>
<title>Introduction to Block Devices</title>
@@ -206,11 +206,12 @@
<p>
<path>/usr</path> is rather full (83% used) here, but once
all software is installed, <path>/usr</path> doesn't tend to grow that much.
-For <path>/var</path>, people might think the assigned
-space is too much. However, Gentoo compiles all programs inside
-<path>/var/tmp/portage</path>, so you should have <path>/var</path> with at
-least 1G free if you don't want to compile big programs and at least 3G free if
-compiling KDE or OpenOffice.org is no big deal for you.
+Although allocating a few gigabytes of disk space for <path>/var</path> may
+seem excessive, remember that Portage uses this partition by default for
+compiling packages. If you want to keep <path>/var</path> at a more reasonable
+size, such as 1GB, you will need to alter your <c>PORTAGE_TMPDIR</c> variable
+in <path>/etc/make.conf</path> to point to the partition with enough free space
+for compiling extremely large packages such as OpenOffice.
</p>
</body>
1.25 +9 -8 xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.25&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.25&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml.diff?r1=1.24&r2=1.25&cvsroot=gentoo
Index: hb-install-x86-disk.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- hb-install-x86-disk.xml 25 Aug 2005 19:22:50 -0000 1.24
+++ hb-install-x86-disk.xml 1 Jan 2006 18:33:57 -0000 1.25
@@ -4,12 +4,12 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.24 2005/08/25 19:22:50 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.25 2006/01/01 18:33:57 rane Exp $ -->
<sections>
-<version>2.4</version>
-<date>2005-08-25</date>
+<version>2.5</version>
+<date>2006-01-01</date>
<section>
<title>Introduction to Block Devices</title>
@@ -212,11 +212,12 @@
<p>
<path>/usr</path> is rather full (83% used) here, but once
all software is installed, <path>/usr</path> doesn't tend to grow that much.
-For <path>/var</path>, people might think the assigned
-space is too much. However, Gentoo compiles all programs inside
-<path>/var/tmp/portage</path>, so you should have <path>/var</path> with at
-least 1G free if you don't want to compile big programs and at least 3G free if
-compiling KDE or OpenOffice.org is no big deal for you.
+Although allocating a few gigabytes of disk space for <path>/var</path> may
+seem excessive, remember that Portage uses this partition by default for
+compiling packages. If you want to keep <path>/var</path> at a more reasonable
+size, such as 1GB, you will need to alter your <c>PORTAGE_TMPDIR</c> variable
+in <path>/etc/make.conf</path> to point to the partition with enough free space
+for compiling extremely large packages such as OpenOffice.
</p>
</body>
--
gentoo-doc-cvs@gentoo.org mailing list
next reply other threads:[~2006-01-01 18:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-01 18:33 Lukasz Damentko [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-01-01 18:35 [gentoo-doc-cvs] cvs commit: hb-install-amd64-disk.xml Lukasz Damentko
2005-08-08 14:03 swift
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200601011833.k01IXwMg006451@robin.gentoo.org \
--to=rane@lark.gentoo.org \
--cc=docs-team@lists.gentoo.org \
--cc=gentoo-doc-cvs@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox