summaryrefslogtreecommitdiff
path: root/doc/devel.rst
diff options
context:
space:
mode:
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: