Path to this page:
Subject: CVS commit: pkgsrc/pkgtools/mksandbox
From: Jonathan Perkin
Date: 2013-07-20 12:20:42
Message id: 20130720102042.980AD96@cvs.netbsd.org
Log Message:
mksandbox-1.2:
* Mount /proc read-write on Linux, it appears to be required for e.g.
groupadd to function correctly.
* Add new --rodirs and --rwdirs options, which allow arbitrary lists
of directories to be mounted appropriately inside the chroot.
* Add --without-pkgsrc which prevents the default pkgsrc directories
from being mounted.
This allows mksandbox to be easily used for chrooted pbulk setups, using
a simple invocation such as:
mksandbox --without-pkgsrc --rodirs=/usr/pbulk --rwdirs=/shared /chroot
Files: