diff options
author | dancer <dancer> | 2004-04-06 21:37:42 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-04-06 21:37:42 +0000 |
commit | 02ab1841358a4935da3c3b3922ebc930da4c8edb (patch) | |
tree | 8e6b6507db1c957502284673fd620bcdd899314e /pbuilder-modules | |
parent | 9470b31c1966be55bce5d4edf5c68dd133b68e37 (diff) | |
download | pbuilder-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 'pbuilder-modules')
-rw-r--r-- | pbuilder-modules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pbuilder-modules b/pbuilder-modules index 27a6ca8..8f24953 100644 --- a/pbuilder-modules +++ b/pbuilder-modules @@ -67,6 +67,7 @@ pbuilder-options: --preserve-buildplace --bindmounts [bind-mount-point] --debug + --debootstrapopts [debootstrap options] pdebuild-specific pbuilder-options: --pbuilderroot [command to obtain root privilege for pbuilder] |