From 604205e5e1b58854c43e07901d3ec241df31df4e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Mar 2017 14:53:47 -0700 Subject: [PATCH] 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 --- config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/config.md b/config.md index 94d94ec7f..d371d5e87 100644 --- a/config.md +++ b/config.md @@ -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.