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
commit22c7762b0c4a6abc96bdb7fd494599af343eb622 (patch)
tree85cef6e162cc5d899cb8fcc1372d16675581a8b3 /doc
parentf512c0126aac5c8708065c6e8aa5510f83574657 (diff)
downloadvyos-cloud-init-22c7762b0c4a6abc96bdb7fd494599af343eb622.tar.gz
vyos-cloud-init-22c7762b0c4a6abc96bdb7fd494599af343eb622.zip
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.