summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-12-20 11:25:28 +0000
committerNeil Williams <codehelp@debian.org>2015-12-20 11:25:28 +0000
commit27ff123b091e4c16de8b6b39f5975adbc4c21e47 (patch)
treecfb31ea1ebde0348fcc431d120af865459ca9dce /doc
parent448938d97d6fd6fcb8c964a2b0e4845b3c7b88e4 (diff)
downloadvmdebootstrap-27ff123b091e4c16de8b6b39f5975adbc4c21e47.tar.gz
update for latest changes
Diffstat (limited to 'doc')
-rw-r--r--doc/overview.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/overview.rst b/doc/overview.rst
index 24b8b57..e2605b7 100644
--- a/doc/overview.rst
+++ b/doc/overview.rst
@@ -136,6 +136,7 @@ Options
mirror used to build the image. This is useful if you have
a local mirror to make building the image quicker but
the image needs to run even if that mirror is not available.
+ Requires --configure-apt.
--grub Disable extlinux installation and configure grub2 instead.
grub2 will be added to the list of packages to install.
update-grub will be called once the debootstrap is
@@ -146,6 +147,8 @@ Options
Useful if you need to track the relevant source packages
used inside the image for licence compliance.
--dry-run Do not build, just test that the options are valid.
+ --no-update-initramfs Skip the call to ``update-initramfs`` for reasons of
+ speed or practicality.
Configuration files and settings
********************************