summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJonathan Bauer2015-01-30 18:35:26 +0100
committerJonathan Bauer2015-01-30 18:35:26 +0100
commitf02d383675a8e80d5f3866e2811d49823a7db960 (patch)
tree4b4a850b26cf465699c092bdf9cbb5f520b4647b /doc
parent[doc] documented boot variables for setting up a network share (diff)
downloadtm-scripts-f02d383675a8e80d5f3866e2811d49823a7db960.tar.gz
tm-scripts-f02d383675a8e80d5f3866e2811d49823a7db960.tar.xz
tm-scripts-f02d383675a8e80d5f3866e2811d49823a7db960.zip
[doc] minor doc changes
Diffstat (limited to 'doc')
-rw-r--r--doc/boot_config_vars11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/boot_config_vars b/doc/boot_config_vars
index 29910792..7890ecc2 100644
--- a/doc/boot_config_vars
+++ b/doc/boot_config_vars
@@ -52,16 +52,15 @@ remote logging:
SLX_REMOTE_LOG URL where to post log to, eg. 'http://server/log.php'
POST variables: type, description, longdesc
-user-specific shares (the 'n' in the variable name is an identifier for the share,
-can give different shares using different(!) identifiers):
+user-specific shares (the 'n' in the variable name is a numerical (!) identifier for the share):
SLX_SHARE_n_PATH Network path to the share, e.g. //cifs.server/sharename
SLX_SHARE_n_AUTH_TYPE Type of authentication. Type 'guest' means no authentication
-is required for mounting the share. Type 'pam' means to use the same credentials as the
-user logging in. Type 'user' means the credentials defined by SLX_SHARE_n_AUTH_USER and
+ is required for mounting the share. Type 'pam' means to use the same credentials as the
+ user logging in. Type 'user' means the credentials defined by SLX_SHARE_n_AUTH_USER and
SLX_SHARE_n_AUTH_PASS will be used. This option is mandatory.
SLX_SHARE_n_AUTH_USER Only required if SLX_SHARE_n_AUTH_TYPE is 'user'. Defines the
-username to use for authenticating the mount of the share.
+ username to use for authenticating the mount of the share.
SLX_SHARE_n_AUTH_PASS Only required if SLX_SHARE_n_AUTH_TYPE is 'user'. Defines the
-password to use for authenticating the mount of the share.
+ password to use for authenticating the mount of the share.
SLX_SHARE_n_PERM Permissions for the share. Supports 'rw' and 'ro'. Defaults to 'ro'.