Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/rtd/reference/datasources/nocloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,15 @@ filesystem path for those that require more flexibility. This may be
done with a line configuration: ::


ds=nocloud;s=file://path/to/directory/
ds=nocloud;s=file:///path/to/directory/

Or a system configuration:

.. code-block:: yaml

datasource:
NoCloud:
seedfrom: file://path/to/directory
seedfrom: file:///path/to/directory

Source 2: Drive with labeled filesystem
---------------------------------------
Expand Down