aboutsummaryrefslogtreecommitdiff
path: root/pbuilderrc.5
diff options
context:
space:
mode:
authordancer <dancer>2004-04-06 21:37:42 +0000
committerdancer <dancer>2004-04-06 21:37:42 +0000
commit02ab1841358a4935da3c3b3922ebc930da4c8edb (patch)
tree8e6b6507db1c957502284673fd620bcdd899314e /pbuilderrc.5
parent9470b31c1966be55bce5d4edf5c68dd133b68e37 (diff)
downloadpbuilder-02ab1841358a4935da3c3b3922ebc930da4c8edb.tar
pbuilder-02ab1841358a4935da3c3b3922ebc930da4c8edb.tar.gz
+ * Implement --variant=buildd support, thanks for Daniel Schepler
+ for the work on debootstrap side. + Note that this change does not affect user-mode-linux, since + user-mode-linux version uses rootstrap + (closes: #154528)
Diffstat (limited to 'pbuilderrc.5')
-rw-r--r--pbuilderrc.510
1 files changed, 10 insertions, 0 deletions
diff --git a/pbuilderrc.5 b/pbuilderrc.5
index f488eae..75cf8b5 100644
--- a/pbuilderrc.5
+++ b/pbuilderrc.5
@@ -289,6 +289,16 @@ implementation of
.B pdebuild
is used.
+.B "DEBOOTSTRAPOPTS=" "'--variant=buildd'"
+When this option is set to
+.B "--variant=buildd"
+.B "pbuilder"
+will invoke
+.B "debootstrap"
+with "--variant=buildd"
+option, which results in debootstrap creating a minimal chroot for
+buildd instead of trying to create a minimal installation chroot.
+
.SH "AUTHOR"
Initial coding, and main maintenance is done by
Junichi Uekawa <dancer@debian.org>.