Skip to content

Commit

Permalink
config: Clarify mounts[].source relative path anchor
Browse files Browse the repository at this point in the history
Borrowing language from root.path for absolute/relative and from
linux.namespaces[].path for the runtime mount namespace.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Mar 16, 2017
1 parent 4badf7f commit 604205e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
* Windows: the type of file system on the volume, e.g. "ntfs".
* Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m].
* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
Path values are in the [runtime mount namespace](glossary.md#runtime-namespace) and are either absolute or relative to the bundle.
* Windows: the volume name that is the target of the mount point, \\?\Volume\{GUID}\ (on Windows source is called target).
* Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m].
* **`options`** (list of strings, OPTIONAL) Mount options of the filesystem to be used.
Expand Down

0 comments on commit 604205e

Please sign in to comment.