summaryrefslogtreecommitdiffstats
path: root/slx-vars
diff options
context:
space:
mode:
Diffstat (limited to 'slx-vars')
-rw-r--r--slx-vars/SLX_ADDONS2
-rw-r--r--slx-vars/SLX_BIOS_CLOCK4
-rw-r--r--slx-vars/SLX_CRON_MAIL1
-rw-r--r--slx-vars/SLX_DNBD3_EXTRA4
-rw-r--r--slx-vars/SLX_DNBD3_WHITELIST2
-rw-r--r--slx-vars/SLX_EXAM_START2
-rw-r--r--slx-vars/SLX_NO_CONFIG_TGZ1
-rw-r--r--slx-vars/SLX_REMOTE_SSL1
8 files changed, 17 insertions, 0 deletions
diff --git a/slx-vars/SLX_ADDONS b/slx-vars/SLX_ADDONS
new file mode 100644
index 00000000..f037f546
--- /dev/null
+++ b/slx-vars/SLX_ADDONS
@@ -0,0 +1,2 @@
+Deprecated.
+Only used by MiniLinux to determine which squashfs addons to load (e.g. vmare, virtualbox, ...). Since stage4 is streamed in MaxiLinux, there is no benefit in splitting up the file system.
diff --git a/slx-vars/SLX_BIOS_CLOCK b/slx-vars/SLX_BIOS_CLOCK
new file mode 100644
index 00000000..90accdc6
--- /dev/null
+++ b/slx-vars/SLX_BIOS_CLOCK
@@ -0,0 +1,4 @@
+Tells the system in which way to interpret and write back the BIOS clock.
+Either "local" for local timezone, including DST,
+or "utc" for UTC.
+Any other value means the BIOS clock is ignored and will not be adjusted according to the time acquired by NTP either.
diff --git a/slx-vars/SLX_CRON_MAIL b/slx-vars/SLX_CRON_MAIL
new file mode 100644
index 00000000..b1402928
--- /dev/null
+++ b/slx-vars/SLX_CRON_MAIL
@@ -0,0 +1 @@
+Currently unused.
diff --git a/slx-vars/SLX_DNBD3_EXTRA b/slx-vars/SLX_DNBD3_EXTRA
new file mode 100644
index 00000000..91b96af9
--- /dev/null
+++ b/slx-vars/SLX_DNBD3_EXTRA
@@ -0,0 +1,4 @@
+Override dnbd3-server settings in the .ini file in proxy-mode.
+
+This is a space separated list of settings, where each entry has the format
+section.key=value
diff --git a/slx-vars/SLX_DNBD3_WHITELIST b/slx-vars/SLX_DNBD3_WHITELIST
new file mode 100644
index 00000000..0090387a
--- /dev/null
+++ b/slx-vars/SLX_DNBD3_WHITELIST
@@ -0,0 +1,2 @@
+If not empty, the dnbd3-proxy on the client will only accept connections from the given addresses. This is done via iptables entries, so any format it accepts for -s will be accepted here.
+The list, as usual, is space separated.
diff --git a/slx-vars/SLX_EXAM_START b/slx-vars/SLX_EXAM_START
new file mode 100644
index 00000000..b2631cab
--- /dev/null
+++ b/slx-vars/SLX_EXAM_START
@@ -0,0 +1,2 @@
+UUID of lecture to start in exam mode. This takes precedence over SLX_AUTOSTART_UUID.
+Why the exam mode module doesn't just override the latter, I have no idea.
diff --git a/slx-vars/SLX_NO_CONFIG_TGZ b/slx-vars/SLX_NO_CONFIG_TGZ
new file mode 100644
index 00000000..5bc6b395
--- /dev/null
+++ b/slx-vars/SLX_NO_CONFIG_TGZ
@@ -0,0 +1 @@
+If not empty, the client will not download the config.tgz file during startup.
diff --git a/slx-vars/SLX_REMOTE_SSL b/slx-vars/SLX_REMOTE_SSL
new file mode 100644
index 00000000..bb1f64b7
--- /dev/null
+++ b/slx-vars/SLX_REMOTE_SSL
@@ -0,0 +1 @@
+If enabled, use https to talk to the boot server after stage3. The self-signed certificate should be supplied via config.tgz.