diff options
author | Robie Basak <robie.basak@canonical.com> | 2013-10-31 00:03:32 +0000 |
---|---|---|
committer | Robie Basak <robie.basak@canonical.com> | 2013-10-31 00:03:32 +0000 |
commit | 318bf27a7e3bbd832a123ebf9514f2128925561b (patch) | |
tree | 130f219056600f5e669d8b8d052d0f89b94c0a8a /doc/examples | |
parent | f7d51c7ee1a7520a27a22cab6b0f350d5b5aaf8b (diff) | |
download | vyos-cloud-init-318bf27a7e3bbd832a123ebf9514f2128925561b.tar.gz vyos-cloud-init-318bf27a7e3bbd832a123ebf9514f2128925561b.zip |
Documentation: fix name of "cloud-init-per" command
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/cloud-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 546a1b98..b35b084d 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -276,7 +276,7 @@ runcmd: # boothook, but possibly with more friendly. # * bootcmd will run on every boot # * the INSTANCE_ID variable will be set to the current instance id. -# * you can use 'cloud-init-boot-per' command to help only run once +# * you can use 'cloud-init-per' command to help only run once bootcmd: - echo 192.168.1.130 us.archive.ubuntu.com > /etc/hosts - [ cloud-init-per, once, mymkfs, mkfs, /dev/vdb ] |