Gentoo Archives: gentoo-catalyst

From: Tom Stellard <tstellar@×××××.com>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] Feature Request: mount tmpfs on /var/tmp/portage
Date: Tue, 04 Aug 2009 05:13:53
Message-Id: 20090804051342.GA1579@localhost.hsd1.or.comcast.net
In Reply to: Re: [gentoo-catalyst] Feature Request: mount tmpfs on /var/tmp/portage by Andrew Gaffney
1 On Mon, Aug 03, 2009 at 11:51:06PM -0500, Andrew Gaffney wrote:
2 > On 08/03/2009 02:15 AM, Tom Stellard wrote:
3 >> I would like to have the ability to mount a tmpfs on /var/tmp/portage
4 >> when I am building a stage. I have attached a patch that adds this
5 >> functionality to catalyst. This patch adds a new option "tmpfs" and
6 >> the config value "tmpfs_opts". tempfs_opts can be used to set the size
7 >> of the tmpfs. It uses the same syntax as options passed to mount -o.
8 >> For example tempfs_opts="size=1G,nr_inodes=10".
9 >>
10 >> -Tom
11 >
12 > Please file a bug for this.
13 >
14 OK, http://bugs.gentoo.org/show_bug.cgi?id=280257
15
16 -Tom