diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | doc/sources/nocloud/README.rst | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -89,6 +89,7 @@ - groups: add defalt user to 'lxd' group. Create groups listed for a user if they do not exist. (LP: #1539317) - dmi data: fix failure of reading dmi data for unset dmi values + - doc: mention label for nocloud datasource must be 'cidata' [Peter Hurley] 0.7.6: - open 0.7.6 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. |