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 /pbuilderrc | |
parent | 16355a6841056fa7fe623d79001daf369d8a3d3e (diff) | |
download | pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar pbuilder-75a5c6348610d497096f32289abeeaa46083545a.tar.gz |
0.70
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-x | pbuilderrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,8 @@ # this is your configuration file for pbuilder. # the file in /usr/share/pbuilder/pbuilderrc is the default template. # /etc/pbuilderrc is the one meant for editing. +# +# read pbuilderrc.5 document for notes on specific options. BASETGZ=/var/cache/pbuilder/base.tgz #EXTRAPACKAGES=gcc3.0-athlon-builder @@ -43,3 +45,7 @@ APTCONFDIR="" # the username and ID used by pbuilder, inside chroot. Needs fakeroot, really BUILDUSERID=1234 #BUILDUSERNAME=pbuilder + +# BINDMOUNTS is a space separated list of things to mount +# inside the chroot. +BINDMOUNTS="" |