Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Apr 2013 14:16:45 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Kimmo Paasiala <kpaasial@gmail.com>
Cc:        freebsd-hackers@freebsd.org, FreeBSD current <freebsd-current@freebsd.org>
Subject:   Re: WORLDTMP on a ram disk
Message-ID:  <60A8F6C1-2A06-4646-9A28-83608FF23443@FreeBSD.org>
In-Reply-To: <CA%2B7WWScx1kR3HhNQ_K2hpOh0SFSQnQXwho13QbCB3WtyNjHGig@mail.gmail.com>
References:  <CA%2B7WWScx1kR3HhNQ_K2hpOh0SFSQnQXwho13QbCB3WtyNjHGig@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Apr 20, 2013, at 11:55, Kimmo Paasiala <kpaasial@gmail.com> wrote:
> Poking around the /usr/src/Makefile.inc1 I see that there's a variable
> called "WORLDTMP" that seems to set the location for temporary files
> during the world build. My question is now:
> 
> Is it safe to put WORLDTMP on a ram disk, for example tmpfs(5)?
> 
> Looking at the build process it seems to me that the temporary files
> are no longer needed after make buildworld has finished?


The problem is that you need those temporary files for installworld, and
you must reboot with your new kernel before running that...




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?60A8F6C1-2A06-4646-9A28-83608FF23443>