summaryrefslogtreecommitdiff
path: root/doc/devel.rst
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-11-06 12:15:57 +0000
committerNeil Williams <codehelp@debian.org>2015-11-06 12:15:57 +0000
commite27e6e2512f1c59114eac99fc69ac7a952abf521 (patch)
treee8aa2aeb5419c14614531b65d31890018c340688 /doc/devel.rst
parentde7ee920cb2a0b9918ff980f2ad59e83dec5452f (diff)
downloadvmdebootstrap-e27e6e2512f1c59114eac99fc69ac7a952abf521.tar.gz
improve the live helper documentation structure.
Diffstat (limited to 'doc/devel.rst')
-rw-r--r--doc/devel.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/devel.rst b/doc/devel.rst
index 161133c..47d9f5c 100644
--- a/doc/devel.rst
+++ b/doc/devel.rst
@@ -1,3 +1,5 @@
+.. _customisation_hooks:
+
Developing live scripts and customisation hooks
===============================================
@@ -16,13 +18,14 @@ vmdebootstrap.
The 'common' library contains functions and parameters which need to
be used in *all* images, including::
- cleanup
export_env
mount_proc
disable_daemons
prepare_apt_source
- remove_daemon_block
+
replace_apt_source
+ remove_daemon_block
+ cleanup
.. _cleanup: