aboutsummaryrefslogtreecommitdiff
path: root/pbuilder.8
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2009-12-30 12:18:40 +0100
committerLoïc Minier <lool@dooz.org>2009-12-30 17:41:10 +0100
commit0241394dc3fa432739bb4241da2b58a0d80dacbe (patch)
tree5786b2e9974b2532c220953f23b73ac70f866d9a /pbuilder.8
parent0e063b11822610435acc53577b48fb67375b5a9e (diff)
downloadpbuilder-0241394dc3fa432739bb4241da2b58a0d80dacbe.tar
pbuilder-0241394dc3fa432739bb4241da2b58a0d80dacbe.tar.gz
pbuilder: Add --architecture and ARCHITECTURE flag
pbuilder: add support for setting the architecture on the command-line and in pbuilderrc.
Diffstat (limited to 'pbuilder.8')
-rw-r--r--pbuilder.88
1 files changed, 8 insertions, 0 deletions
diff --git a/pbuilder.8 b/pbuilder.8
index d4a7c21..d24d424 100644
--- a/pbuilder.8
+++ b/pbuilder.8
@@ -189,6 +189,14 @@ or
.B "experimental".
.TP
+.BI "\-\-architecture [" "architecture" "]"
+Specifies the architecture used. The supported values are the ones debootstrap
+supports.
+.B "i386"
+or
+.B "amd64".
+
+.TP
.BI "\-\-components [" "components" "]"
Specifies the default distribution components to use. eg. "main contrib non-free".
Default is "main".