diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-05-11 19:21:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 17:21:17 -0600 |
commit | 73aed0431c20759bd3dd4db774ea6ee349575e16 (patch) | |
tree | 752a925fe5e78aed44a6be2dc3d73843edceed19 /doc | |
parent | ee64b6250b7457d47c336b7e4e971e8b5e5169f3 (diff) | |
download | vyos-cloud-init-73aed0431c20759bd3dd4db774ea6ee349575e16.tar.gz vyos-cloud-init-73aed0431c20759bd3dd4db774ea6ee349575e16.zip |
doc: update boot.rst with correct timing of runcmd (#351)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rtd/topics/boot.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/boot.rst b/doc/rtd/topics/boot.rst index d846867b..4e79c958 100644 --- a/doc/rtd/topics/boot.rst +++ b/doc/rtd/topics/boot.rst @@ -129,7 +129,7 @@ Config +---------+--------+----------------------------------------------------------+ This stage runs config modules only. Modules that do not really have an -effect on other stages of boot are run here. +effect on other stages of boot are run here, including ``runcmd``. Final ===== @@ -150,7 +150,7 @@ Things that run here include * package installations * configuration management plugins (puppet, chef, salt-minion) - * user-scripts (including ``runcmd``). + * user-scripts (i.e. shell scripts passed as user-data) For scripts external to cloud-init looking to wait until cloud-init is finished, the ``cloud-init status`` subcommand can help block external |