diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-08 19:14:20 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-10 16:57:46 -0500 |
commit | 134a6f5b15078ead8f6cb7d4e463c6f4d8488024 (patch) | |
tree | 5b0b56affe2dd31d8dddbf9510bd592a00e34a6e /doc/rtd/index.rst | |
parent | 127f0f5076bf8e5c53dd538899199455ebc08fbc (diff) | |
download | vyos-cloud-init-134a6f5b15078ead8f6cb7d4e463c6f4d8488024.tar.gz vyos-cloud-init-134a6f5b15078ead8f6cb7d4e463c6f4d8488024.zip |
doc: Add documentation on stages of boot.
This adds long overdue documentation on stages that cloud-init
runs during boot.
Diffstat (limited to 'doc/rtd/index.rst')
-rw-r--r-- | doc/rtd/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst index 90defade..3caf33f3 100644 --- a/doc/rtd/index.rst +++ b/doc/rtd/index.rst @@ -33,6 +33,7 @@ initialization of a cloud instance. topics/format.rst topics/dir_layout.rst topics/examples.rst + topics/boot.rst topics/datasources.rst topics/logging.rst topics/modules.rst |