Subject: Re: chroot & null mount?
To: James Hartley <jjhartley@gmail.com>
From: Geert Hendrickx <ghen@telenet.be>
List: netbsd-users
Date: 08/22/2007 21:39:12
On Wed, Aug 22, 2007 at 12:23:45PM -0700, James Hartley wrote:
> So there is no need to have some type of tmp directory available to a
> chroot'ed environment?  Or should a tmp directory be created within the
> chroot & explicitly purged at system startup?

Unless the tempdir has to be shared with other parts of the system, why not
keep it in the chroot area?  You can purge it from /etc/rc.local, or use a
memory filesystem (mfs, tmpfs).

	Geert