summaryrefslogtreecommitdiff
path: root/doc/examples/cloud-config-disk-setup.txt
Commit message (Collapse)AuthorAgeFilesLines
* README: Mention move of revision control to git.HEADtrunkScott Moser2016-08-101-251/+0
| | | | | | | | | | | | | | cloud-init development has moved its revision control to git. It is available at https://code.launchpad.net/cloud-init Clone with git clone https://git.launchpad.net/cloud-init or git clone git+ssh://git.launchpad.net/cloud-init For more information see https://git.launchpad.net/cloud-init/tree/HACKING.rst
* docs: fix disk-setup to reference 'table_type'Scott Moser2014-08-221-8/+8
|
* fix 'make yaml'.Scott Moser2013-12-121-213/+213
|
* Added support for 'ephmeral0.<auto|any|0>' for device mappings in diskBen Howard2013-10-031-1/+10
| | | | formating support.
* Added ability to define disks via 'ephemeralX.Y'.Ben Howard2013-10-021-4/+6
| | | | | | Modified cc_mounts to identify whether ephermalX is partitioned. Changed datasources for Azure and SmartOS to use 'ephemeralX.Y' format. Added disk remove functionally
* remove non-ascii charsScott Moser2013-09-271-4/+4
|
* Updated the documentation on disk formatingBen Howard2013-09-271-7/+37
|
* merge from ben. disable partition creation on smartosScott Moser2013-09-271-1/+1
|
* update documentationScott Moser2013-09-271-6/+6
|
* Added support for formating the ephemeral disk on Windows Azure.Ben Howard2013-09-261-4/+4
|
* Fixes for the MP.Ben Howard2013-09-191-34/+66
| | | | | | | | | | Changed cc_disk_setup to handle the file systems as a label, no longer passing "log" around. Tidied up the documentation to reflect the changes and made grammer, spelling and improved the content a little. Added disk_setup to the default modules list.
* Initial cut at disk partition support.Ben Howard2013-09-111-0/+178