summaryrefslogtreecommitdiff
path: root/doc/rtd/reference/base_config_reference.rst
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2023-04-25 12:09:45 -0600
committerGitHub <noreply@github.com>2023-04-25 12:09:45 -0600
commitc1b4722036a1ad3f683b7942db4d07639f88dcd2 (patch)
tree19ddbd7952b3d501c7fd203ec6125f84f3ff00b6 /doc/rtd/reference/base_config_reference.rst
parent1132b2ce31fb0f5f3196fb14776e8a64fe2d5695 (diff)
downloadcloud-init-git-c1b4722036a1ad3f683b7942db4d07639f88dcd2.tar.gz
Update kernel command line docs (SC-1457) (#2133)
- describe kernel command line override - add OpenStack Ironic selection instructions - describe datasource selection - move datasource creation doc to dev section - remove generator stage from boot stages - document how to disable cloud-init in howtos - fix missing kernel-cmdline.rst link - update outdated security advice Document the following commits: 34e8c914df666c937e48f5d1c3add0bd47e4e7eb f146fe71733e72b94fad525b8cc9988b1405e760 250280ada67995a8449b64027b879d01939d2729 612b4de892d19333c33276d541fed99fd16d3998 a60c0845806baff72c74603286d048efbafab664 d1ffbea556a06105d1ade88b4143ad43f53692c4 02202954c65a7a1cdb9b28703bd0af01edd0e091
Diffstat (limited to 'doc/rtd/reference/base_config_reference.rst')
-rw-r--r--doc/rtd/reference/base_config_reference.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/rtd/reference/base_config_reference.rst b/doc/rtd/reference/base_config_reference.rst
index 928efc55..cd106a72 100644
--- a/doc/rtd/reference/base_config_reference.rst
+++ b/doc/rtd/reference/base_config_reference.rst
@@ -215,6 +215,8 @@ instance.
Prioritised list of python packages to search when finding a datasource.
Automatically includes ``cloudinit.sources``.
+.. _base_config_datasource_list:
+
``datasource_list``
^^^^^^^^^^^^^^^^^^^
@@ -229,8 +231,8 @@ are two primary use cases for modifying the ``datasource_list``:
type than would typically be prioritised.
If ``datasource_list`` has only a single entry (or a single entry + ``None``),
-:ref:`cloud-init's generator script<boot-Generator>` will automatically assume
-and use this datasource without attempting detection.
+`cloud-init` will automatically assume and use this datasource without
+attempting detection.
``vendor_data``/``vendor_data2``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^