diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-13T17·54+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-01-13T17·54+0000 |
commit | 215505bb46503b083fd64dd9a65e7b79d6eadf21 (patch) | |
tree | 022a0fa8297bdd263033eff83b95c4d5cf84ff7e /doc/manual | |
parent | f23dcdd60330c3b2f83b5b4278e38c245c397468 (diff) |
* Removed chroot support.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/env-common.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/manual/env-common.xml b/doc/manual/env-common.xml index 75ce39f40654..89ee78c76806 100644 --- a/doc/manual/env-common.xml +++ b/doc/manual/env-common.xml @@ -10,17 +10,6 @@ <variablelist> -<varlistentry><term><envar>NIX_ROOT</envar></term> - - <listitem><para>If <envar>NIX_ROOT</envar> is set, the Nix command - will on startup perform a <function>chroot()</function> to the - specified directory. This is useful in certain bootstrapping - situations (e.g., when installing a Nix installation onto a hard - disk from CD-ROM).</para></listitem> - -</varlistentry> - - <varlistentry><term><envar>NIX_IGNORE_SYMLINK_STORE</envar></term> <listitem> |