summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-09-22 14:00:39 -0400
committerScott Moser <smoser@ubuntu.com>2014-09-22 14:00:39 -0400
commitb9f0bcbc087a0c7c4a87f83ddf5713a4f849a488 (patch)
tree186d80c155d32f75d8efa3c6ec1ad3562f11ba0a /doc
parent26e6c265277cf5e29b8af311f2bb8759b0e811cd (diff)
parentb76866ad72d433cc9008a137c464c7ed44401549 (diff)
downloadvyos-cloud-init-b9f0bcbc087a0c7c4a87f83ddf5713a4f849a488.tar.gz
vyos-cloud-init-b9f0bcbc087a0c7c4a87f83ddf5713a4f849a488.zip
merge from trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config-disk-setup.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/examples/cloud-config-disk-setup.txt b/doc/examples/cloud-config-disk-setup.txt
index 0dfef8e8..3e46a22e 100644
--- a/doc/examples/cloud-config-disk-setup.txt
+++ b/doc/examples/cloud-config-disk-setup.txt
@@ -7,7 +7,7 @@
disk_setup:
ephmeral0:
- type: 'mbr'
+ table_type: 'mbr'
layout: True
overwrite: False
@@ -23,7 +23,7 @@ fs_setup:
device_aliases: {'ephemeral0': '/dev/sdb'}
disk_setup:
ephemeral0:
- type: mbr
+ table_type: mbr
layout: True
overwrite: False
@@ -40,7 +40,7 @@ fs_setup:
device_aliases: {'ephemeral0': '/dev/sdb'}
disk_setup:
ephemeral0:
- type: mbr
+ table_type: mbr
layout: False
overwrite: False
@@ -63,10 +63,10 @@ fs_setup:
disk_setup:
ephmeral0:
- type: 'mbr'
+ table_type: 'mbr'
layout: 'auto'
/dev/xvdh:
- type: 'mbr'
+ table_type: 'mbr'
layout:
- 33
- [33, 82]
@@ -79,7 +79,7 @@ disk_setup:
# The general format is:
# disk_setup:
# <DEVICE>:
-# type: 'mbr'
+# table_type: 'mbr'
# layout: <LAYOUT|BOOL>
# overwrite: <BOOL>
#
@@ -96,7 +96,7 @@ disk_setup:
# Note: At this time, there is no handling or setup of
# device mapper targets.
#
-# type=<TYPE>: Currently the following are supported:
+# table_type=<TYPE>: Currently the following are supported:
# 'mbr': default and setups a MS-DOS partition table
#
# Note: At this time only 'mbr' partition tables are allowed.
@@ -116,7 +116,7 @@ disk_setup:
# partition having a swap label, taking 1/3 of the disk space
# and the remainder being used as the second partition.
# /dev/xvdh':
-# type: 'mbr'
+# table_type: 'mbr'
# layout:
# - [33,82]
# - 66