diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-03-14 11:38:24 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-03-14 11:38:24 -0400 |
commit | 8c9714f1427c7d67fca0db939176cdd6e701abd2 (patch) | |
tree | 45fef2311c343cb9123d8a1240ea4e34ae0e656f /doc | |
parent | 8a929e66f2fe2aaed968ec23aeaf6d3b3c68cb65 (diff) | |
parent | 22c7762b0c4a6abc96bdb7fd494599af343eb622 (diff) | |
download | vyos-cloud-init-8c9714f1427c7d67fca0db939176cdd6e701abd2.tar.gz vyos-cloud-init-8c9714f1427c7d67fca0db939176cdd6e701abd2.zip |
doc: document that volume label must be 'cidata' NocCloud datasource.
Diffstat (limited to 'doc')
-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. |