diff options
author | dancer <dancer> | 2003-04-06 22:16:35 +0000 |
---|---|---|
committer | dancer <dancer> | 2003-04-06 22:16:35 +0000 |
commit | 75a5c6348610d497096f32289abeeaa46083545a (patch) | |
tree | 6c7cadd7b3d73e32760eec124957b3b90393a7e0 /Documentation | |
parent | 16355a6841056fa7fe623d79001daf369d8a3d3e (diff) | |
download | pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar.gz |
0.70
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/pbuilder-doc.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Documentation/pbuilder-doc.xml b/Documentation/pbuilder-doc.xml index e4680e5..a5680f3 100644 --- a/Documentation/pbuilder-doc.xml +++ b/Documentation/pbuilder-doc.xml @@ -401,7 +401,7 @@ export DEBIAN_BUILDGCCVER=3.2 </para> </sect1> <sect1> - <title>Specialized requirement on apt sources list</title> + <title>Using special apt sources list other than the default</title> <para> If you have some very specialized requirements on your apt setup inside pbuilder, @@ -411,6 +411,12 @@ export DEBIAN_BUILDGCCVER=3.2 Try something like: <command><option>--othermirror "deb http://local/mirror stable main|deb-src http://local/source/repository ./"</option></command> </para> + <para> + To use the local filesystem instead of http, it is necessary to do + bind-mounting. + <command><option>--bindmounts</option></command> + is a command-line option useful for such cases. + </para> </sect1> <sect1> <title>How to get pbuilder to run apt-get update before trying to satisfy build-dependency</title> |