Skip to content

Commit

Permalink
fixup! doc: Document boot status meaning (canonical#4670)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Dec 11, 2023
1 parent 2bc2111 commit d0ac924
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/rtd/howto/status.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ report how it was disabled or enabled. This can be viewed by checking
the `boot_status_code` in ``cloud-init status --long``, which may
contain any of the following states:

- ``'unknown'``: ``ds-identify`` has not run yet to determine if cloud-init should
be run during this boot
- ``'unknown'``: ``ds-identify`` has not run yet to determine if cloud-init
should be run during this boot
- ``'disabled-by-marker-file'``: :file:`/etc/cloud/cloud-init.disabled` exists
which prevents cloud-init from ever running
- ``'disabled-by-generator'``: ``ds-identify`` determined no applicable cloud-init
datasources
- ``'disabled-by-generator'``: ``ds-identify`` determined no applicable
cloud-init datasources
- ``'disabled-by-kernel-cmdline'``: kernel cmdline contained
cloud-init=disabled
- ``'disabled-by-environment-variable'``: environment variable
Expand Down

0 comments on commit d0ac924

Please sign in to comment.