pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/mksandbox
Module Name: pkgsrc
Committed By: jperkin
Date: Sat Jul 20 10:20:42 UTC 2013
Modified Files:
pkgsrc/pkgtools/mksandbox: Makefile
pkgsrc/pkgtools/mksandbox/files: mksandbox mksandbox.8
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
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/pkgtools/mksandbox/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/pkgtools/mksandbox/files/mksandbox \
pkgsrc/pkgtools/mksandbox/files/mksandbox.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index