Skip to content

Commit 604205e

Browse files
committed
config: Clarify mounts[].source relative path anchor
Borrowing language from root.path for absolute/relative and from linux.namespaces[].path for the runtime mount namespace. Signed-off-by: W. Trevor King <[email protected]>
1 parent 4badf7f commit 604205e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ For Windows, see [mountvol][mountvol] and [SetVolumeMountPoint][set-volume-mount
6262
* Windows: the type of file system on the volume, e.g. "ntfs".
6363
* Solaris: corresponds to "type" of the fs resource in [zonecfg(1M)][zonecfg.1m].
6464
* **`source`** (string, OPTIONAL) A device name, but can also be a directory name or a dummy.
65+
Path values are in the [runtime mount namespace](glossary.md#runtime-namespace) and are either absolute or relative to the bundle.
6566
* Windows: the volume name that is the target of the mount point, \\?\Volume\{GUID}\ (on Windows source is called target).
6667
* Solaris: corresponds to "special" of the fs resource in [zonecfg(1M)][zonecfg.1m].
6768
* **`options`** (list of strings, OPTIONAL) Mount options of the filesystem to be used.

0 commit comments

Comments
 (0)