diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2015-12-17 10:57:55 -0800 |
---|---|---|
committer | Peter Hurley <peter@hurleysoftware.com> | 2015-12-17 10:57:55 -0800 |
commit | 22c7762b0c4a6abc96bdb7fd494599af343eb622 (patch) | |
tree | 85cef6e162cc5d899cb8fcc1372d16675581a8b3 /doc/sources | |
parent | f512c0126aac5c8708065c6e8aa5510f83574657 (diff) | |
download | vyos-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/sources')
-rw-r--r-- | doc/sources/nocloud/README.rst | 2 |
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. |