From d66d9e8425d52cc698851e2e85bd56aa96f45fc9 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Wed, 4 Feb 2015 11:46:38 -0500 Subject: Require linux 3.13 or later for chroot Fixes #453 --- doc/manual/command-ref/conf-file.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/manual/command-ref/conf-file.xml') diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 053f4d43cb0c..4bd73b2fc828 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -243,7 +243,8 @@ flag, e.g. --option gc-keep-outputs false. users” feature to perform the actual builds under different users than root). Currently, chroot builds only work on Linux because Nix uses “bind mounts” to make the Nix store and other - directories available inside the chroot. + directories available inside the chroot. Kernel version 3.13 or later + is needed due to a PID namespace fix nix depends on. -- cgit 1.4.1