diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-26 11:01:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-26 11:01:49 +0000 |
commit | 2adf58e64a840483e6b75d3ac770c99c977f44a0 (patch) | |
tree | 19f270b1fa6ed36c7619b9551becaea0efb85629 /doc/pkgsrc.txt | |
parent | 6d5381b46746837fa05cc287bc5856fa23bce0ff (diff) | |
download | pkgsrc-2adf58e64a840483e6b75d3ac770c99c977f44a0.tar.gz |
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r-- | doc/pkgsrc.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index c581428bb17..5e3d47c52ec 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -2348,11 +2348,11 @@ bulk build inside a chroot environment. The first step is to set up a chroot sandbox, e.g. /usr/sandbox. This can be done by using null mounts, or manually. -There is a shell script called pkgsrc/mk/bulk/mksandbox which will set up the -sandbox environment using null mounts. It will also create a script called -sandbox in the root of the sandbox environment, which will allow the null -mounts to be activated using the sandbox mount command and deactivated using -the sandbox umount command. +There is a shell script called mksandbox installed by the pkgtools/mksandbox +package, which will set up the sandbox environment using null mounts. It will +also create a script called sandbox in the root of the sandbox environment, +which will allow the null mounts to be activated using the sandbox mount +command and deactivated using the sandbox umount command. To set up a sandbox environment by hand, after extracting all the sets from a NetBSD installation or doing a make distribution DESTDIR=/usr/sandbox in /usr/ |