summaryrefslogtreecommitdiffstats
path: root/doc/boot_config_vars
diff options
context:
space:
mode:
authorSimon Rettberg2013-12-17 18:50:53 +0100
committerSimon Rettberg2013-12-17 18:50:53 +0100
commitb66f5c07bb9c008e4a321b494744d0967acad3f6 (patch)
tree3f887e31558cdb7c70fcbc70276428ec420ab249 /doc/boot_config_vars
parentMerge branch 'master' of simonslx:openslx-ng/tm-scripts (diff)
downloadtm-scripts-b66f5c07bb9c008e4a321b494744d0967acad3f6.tar.gz
tm-scripts-b66f5c07bb9c008e4a321b494744d0967acad3f6.tar.xz
tm-scripts-b66f5c07bb9c008e4a321b494744d0967acad3f6.zip
doc
Diffstat (limited to 'doc/boot_config_vars')
-rw-r--r--doc/boot_config_vars17
1 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
+