diff options
author | Marc Tamsky <tamsky@users.noreply.github.com> | 2018-07-03 16:31:41 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2018-07-03 16:31:41 +0000 |
commit | 802c1d5110db2edd73a83eb57a9ef7f409bd554f (patch) | |
tree | eea53330404f54512f83869b0fabfafa6f41826f /doc/rtd | |
parent | be9ecc12823607b4709b64408aee137bfdfc7d01 (diff) | |
download | vyos-cloud-init-802c1d5110db2edd73a83eb57a9ef7f409bd554f.tar.gz vyos-cloud-init-802c1d5110db2edd73a83eb57a9ef7f409bd554f.zip |
Fix boothook docs on environment variable name (INSTANCE_I -> INSTANCE_ID)
Diffstat (limited to 'doc/rtd')
-rw-r--r-- | doc/rtd/topics/format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/format.rst b/doc/rtd/topics/format.rst index e25289ad..1b0ff366 100644 --- a/doc/rtd/topics/format.rst +++ b/doc/rtd/topics/format.rst @@ -121,7 +121,7 @@ Cloud Boothook This content is ``boothook`` data. It is stored in a file under ``/var/lib/cloud`` and then executed immediately. This is the earliest ``hook`` available. Note, that there is no mechanism provided for running only once. The boothook must take care of this itself. -It is provided with the instance id in the environment variable ``INSTANCE_I``. This could be made use of to provide a 'once-per-instance' type of functionality. +It is provided with the instance id in the environment variable ``INSTANCE_ID``. This could be made use of to provide a 'once-per-instance' type of functionality. Begins with: ``#cloud-boothook`` or ``Content-Type: text/cloud-boothook`` when using a MIME archive. |