summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-07-08 21:00:12 -0400
committerScott Moser <smoser@ubuntu.com>2010-07-08 21:00:12 -0400
commit9d683e844d75ce375670638dece900fa3f21c78d (patch)
tree5f492bf87ce484733bab0f9c6a7265c678316f89 /doc
parentb5c3659c29db2177665ff6c1c10587bc1d8eba1f (diff)
downloadvyos-cloud-init-9d683e844d75ce375670638dece900fa3f21c78d.tar.gz
vyos-cloud-init-9d683e844d75ce375670638dece900fa3f21c78d.zip
change default 'pass' entry to '2' rather than 0
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index ed1ef47f..ec1ad17b 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -102,7 +102,7 @@ packages:
# written to /etc/fstab.
# - '/dev' can be ommitted for device names that begin with: xvd, sd, hd, vd
# - if an entry does not have all 6 fields, they will be filled in
-# from the following: [ None, None, "auto", "defaults,nobootwait", "0", "0" ]
+# from the following: [ None, None, "auto", "defaults,nobootwait", "0", "2" ]
#
# Note, that you should set 'nobootwait' (see man fstab) for volumes that may
# not be attached at instance boot (or reboot)