summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2016-08-08 20:54:08 +0100
committerWill Holland <william.holland@codethink.co.uk>2016-08-08 20:54:08 +0100
commit509c9fa7943954285c632057b09d782b6c59a328 (patch)
tree1ee0eede7c539053f82eb2defe7c49ea95dce0e4 /doc
parent479f2395ba42813e284a15e442c38b8536155ce8 (diff)
downloadvmdebootstrap-509c9fa7943954285c632057b09d782b6c59a328.tar.gz
Allow user defined distribution releases.
Replace checking is the specified distribution is in debian or ubuntu by checking if there is a file in debootstrap scripts. This is where debootstrap gets its knowledge of distributions. This allows the user to create their own distribution.
Diffstat (limited to 'doc')
-rw-r--r--doc/overview.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index 5471d9a..9cea2e7 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -57,6 +57,8 @@ Options
See **debootstrap (1)** for more information. This
option replaces the ``--variant`` support in
previous versions.
+ --debootstrap-scripts=DIR
+ set the directory containing debootstrap scripts.
--package=PACKAGE install PACKAGE onto system
--custom-package=DEB install package in DEB file onto system (not
from mirror)