summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hurley <peter@hurleysoftware.com>2015-12-17 10:57:55 -0800
committerPeter Hurley <peter@hurleysoftware.com>2015-12-17 10:57:55 -0800
commit87e4e3cc6d9af980eb309827e5ebd94e9808bf18 (patch)
tree85cef6e162cc5d899cb8fcc1372d16675581a8b3 /doc
parent12644e4c34edf996d4260d2c7db0dea846e44a5d (diff)
downloadcloud-init-87e4e3cc6d9af980eb309827e5ebd94e9808bf18.tar.gz
doc/sources/nocloud: document the volume label requirement
document that vfat and iso9660 filesystems must have 'cidata' volume label to be recognized as a potential NoCloud data source.
Diffstat (limited to 'doc')
-rw-r--r--doc/sources/nocloud/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sources/nocloud/README.rst b/doc/sources/nocloud/README.rst
index aa3cf1a3..08a39377 100644
--- a/doc/sources/nocloud/README.rst
+++ b/doc/sources/nocloud/README.rst
@@ -3,7 +3,7 @@ and meta-data to the instance without running a network service (or even without
having a network at all).
You can provide meta-data and user-data to a local vm boot via files on a `vfat`_
-or `iso9660`_ filesystem.
+or `iso9660`_ filesystem. The filesystem volume label must be ``cidata``.
These user-data and meta-data files are expected to be
in the following format.