diff options
author | dancer <dancer> | 2006-07-25 23:40:58 +0000 |
---|---|---|
committer | dancer <dancer> | 2006-07-25 23:40:58 +0000 |
commit | a377cc51b03377b2755ebb1f2b701ebdc27cc866 (patch) | |
tree | d14bbf04c9cf7b880baf7151e5f3a9f00eae3cd8 /Documentation | |
parent | 121c4ffa07dfead6f9c3b05f15c7801a2b9302aa (diff) | |
download | pbuilder-a377cc51b03377b2755ebb1f2b701ebdc27cc866.tar pbuilder-a377cc51b03377b2755ebb1f2b701ebdc27cc866.tar.gz |
documentation fix for fakechroot.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index 71c4b1a..db96957 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -986,11 +986,13 @@ cd /var/cache/pbuilder/result/ not the expected behaviour. </para> <para> - To work around the problem, fakechroot provides a patch for debootstrap. - Use that, so that ldd and ldconfig are overridden. + To work around the problem, debootstrap has a + <option>--variant fakechroot</option> option. Use that, so + that ldd and ldconfig are overridden. </para> <para> - Make sure you have set your path correctly, as described in <filename>/usr/share/doc/fakechroot/README.Debian</filename> + Make sure you have set your LD_PRELOAD path correctly, as described in + the fakechroot manpage. </para> </sect1> <sect1 id="debconfinsidepbuilder"> |