summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-09-13 13:56:13 +0100
committerNeil Williams <codehelp@debian.org>2015-09-13 13:56:13 +0100
commitd3d393bce9a2142826d4645c1e16ee9c4e475841 (patch)
tree00fe5a76063b5c67eec638a269a1bae864c67fda /man
parentef46ac405997c234c4ba4c1d1f810c050ea09378 (diff)
downloadvmdebootstrap-d3d393bce9a2142826d4645c1e16ee9c4e475841.tar.gz
Extend debootstrapopts support for multiple opts
Diffstat (limited to 'man')
-rw-r--r--man/vmdebootstrap.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/man/vmdebootstrap.rst b/man/vmdebootstrap.rst
index 10a1301..397deaa 100644
--- a/man/vmdebootstrap.rst
+++ b/man/vmdebootstrap.rst
@@ -41,10 +41,12 @@ Options
needs to be a valid Debian or Ubuntu release name
or codename.
--debootstrapopts="command=option,command=option"
- Supply options and arguments to ``debootstrap``.
+ Supply options and arguments to ``debootstrap``,
+ separated by spaces.
+ e.g. --debootstrapopts="variant=buildd no-check-gpg components=main,contrib".
See **debootstrap (1)** for more information. This
- replaces the ``--variant`` support in previous versions
- of :file:`vmdebootstrap`.
+ option replaces the ``--variant`` support in
+ previous versions.
--package=PACKAGE install PACKAGE onto system
--custom-package=DEB install package in DEB file onto system (not
from mirror)