Skip to content

Commit

Permalink
Clarify boothook docs (#4543)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Nov 14, 2023
1 parent 56f697f commit 977502e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions doc/rtd/explanation/boot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,8 @@ mounted, including ones that have stale (previous instance) references in
:file:`/etc/fstab`. As such, entries in :file:`/etc/fstab` other than those
necessary for cloud-init to run should not be done until after this stage.

A part-handler will run at this stage, as will boothooks including
cloud-config ``bootcmd``. The user of this functionality has to be aware
that the system is in the process of booting when their code runs.
A part-handler and :ref:`boothooks<explanation/format:\`\`cloud-boothook\`\`>`
will run at this stage.

.. _boot-Config:

Expand Down
2 changes: 1 addition & 1 deletion doc/rtd/reference/datasources/configdrive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ default it is 'pass', meaning this datasource should not be read. Set it to
datasources after network config.

The difference between 'local' and 'net' is that local will not require
networking to be up before user-data actions (or boothooks) are run.
networking to be up before user-data actions are run.

``instance-id``
---------------
Expand Down

0 comments on commit 977502e

Please sign in to comment.