aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc
diff options
context:
space:
mode:
Diffstat (limited to 'pbuilderrc')
-rwxr-xr-xpbuilderrc6
1 files changed, 4 insertions, 2 deletions
diff --git a/pbuilderrc b/pbuilderrc
index 9b40e75..a8cfe3b 100755
--- a/pbuilderrc
+++ b/pbuilderrc
@@ -15,8 +15,10 @@ BUILDRESULT=/var/cache/pbuilder/result/
# specifying the distribution forces the distribution on "pbuilder update"
#DISTRIBUTION=lenny
-# specifying the components of the distribution
-COMPONENTS="main"
+# specifying the components of the distribution, for instance to enable all
+# components on Debian use "main contrib non-free" and on Ubuntu "main
+# restricted universe multiverse"
+#COMPONENTS="main"
#specify the cache for APT
APTCACHE="/var/cache/pbuilder/aptcache/"
APTCACHEHARDLINK="yes"