diff options
author | Simon Rettberg | 2013-12-17 18:50:53 +0100 |
---|---|---|
committer | Simon Rettberg | 2013-12-17 18:50:53 +0100 |
commit | b66f5c07bb9c008e4a321b494744d0967acad3f6 (patch) | |
tree | 3f887e31558cdb7c70fcbc70276428ec420ab249 /doc | |
parent | Merge branch 'master' of simonslx:openslx-ng/tm-scripts (diff) | |
download | tm-scripts-b66f5c07bb9c008e4a321b494744d0967acad3f6.tar.gz tm-scripts-b66f5c07bb9c008e4a321b494744d0967acad3f6.tar.xz tm-scripts-b66f5c07bb9c008e4a321b494744d0967acad3f6.zip |
doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/boot_config_vars | 17 | ||||
-rw-r--r-- | doc/coding/conf_file_vars (renamed from doc/conf_file_vars) | 0 |
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/boot_config_vars b/doc/boot_config_vars index f2c83f5b..42e4b17a 100644 --- a/doc/boot_config_vars +++ b/doc/boot_config_vars @@ -6,8 +6,12 @@ Remember to set all variables in inverted commata: '...'! NFS-share related variables: SLX_VM_NFS FQDN/IP:share name for VM image share. Example: some-store.here.example.tld:vmware/images/store -SLX_STAGE4 FQDN/IP:share name for stage 4 storage. +SLX_STAGE4 FQDN/IP:share name for stage 4 storage (nfs): Example: 10.20.30.40:/srv/suse/stage4 + or dnbd3 syntax: + Example: dnbd3 stage4/default/ubuntu1304.sqfs +SLX_STAGE4_RID Use specific revision of stage 4. Only used when + using dnbd3 for stage 4. Proxy server related variables: SLX_PROXY_MODE Proxy mode, e.g. 'auto'. @@ -34,3 +38,14 @@ SLX_ADDONS Space separated list of sqfs-modules to load. Client root password related variables: SLX_ROOT_PASS Expects a (salted) sha-512 password hash. Such hashes can be created using "mkpasswd -m sha-512". + +dnbd3 related: +SLX_DNBD3_SERVERS Space separated list of dnbd3 servers, eg. '1.2.3.4 5.6.7.8' + The list will be randomized on use. +SLX_DNBD3_PRIO_SERVERS Space separated list of preferred dnbd3 servers + The list will not be randomized and is used before the regular list. + +remote logging: +SLX_REMOTE_LOG URL where to post log to, eg. 'http://server/log.php' + POST variables: type, description, longdesc + diff --git a/doc/conf_file_vars b/doc/coding/conf_file_vars index 348ec153..348ec153 100644 --- a/doc/conf_file_vars +++ b/doc/coding/conf_file_vars |