summaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-11-15 12:06:58 -0500
committerScott Moser <smoser@brickies.net>2016-11-15 12:06:58 -0500
commiteb29af61f9388de7a69bf7112193976dd4feb6db (patch)
tree0a12d1de1bc6bb5527a3f99d01401df95250c0c7 /doc/examples
parent4613bb45dde05cc859a0b4dec6587d80767b47c7 (diff)
parent584b8434872322a9f617831742cc6b15977ecfbc (diff)
downloadvyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.tar.gz
vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.zip
merge from master at 0.7.8-45-g584b843
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/cloud-config-boot-cmds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config-boot-cmds.txt b/doc/examples/cloud-config-boot-cmds.txt
index 3e59755d..5c05bef7 100644
--- a/doc/examples/cloud-config-boot-cmds.txt
+++ b/doc/examples/cloud-config-boot-cmds.txt
@@ -11,5 +11,5 @@
# - 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
bootcmd:
- - echo 192.168.1.130 us.archive.ubuntu.com > /etc/hosts
+ - echo 192.168.1.130 us.archive.ubuntu.com >> /etc/hosts
- [ cloud-init-per, once, mymkfs, mkfs, /dev/vdb ]