summaryrefslogtreecommitdiffstats
path: root/doc/kcl_config_vars
diff options
context:
space:
mode:
authorMichael Pereira Neves2014-03-24 18:54:27 +0100
committerMichael Pereira Neves2014-03-24 18:54:27 +0100
commitcc8f3e373ac4f83a795cac8473ca6c3993d2324c (patch)
treebc0018a57cb92d565643263053e3d0c3a158ec9b /doc/kcl_config_vars
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-cc8f3e373ac4f83a795cac8473ca6c3993d2324c.tar.gz
tm-scripts-cc8f3e373ac4f83a795cac8473ca6c3993d2324c.tar.xz
tm-scripts-cc8f3e373ac4f83a795cac8473ca6c3993d2324c.zip
[doc] update doc, add doc for kcl vars
Diffstat (limited to 'doc/kcl_config_vars')
-rw-r--r--doc/kcl_config_vars28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/kcl_config_vars b/doc/kcl_config_vars
new file mode 100644
index 00000000..66166299
--- /dev/null
+++ b/doc/kcl_config_vars
@@ -0,0 +1,28 @@
+Following variables can be used as KCL parameters at boot time:
+
+slxsrv= - A list of openslx server
+slxbase= - Base directory for resources, such as the config, config.tgz and addons
+
+For a splash screen during boot following commands have to be appended:
+vga=current - Sets the screen resolution
+splash - triggers the splash screen (module 'splash-openslx' must have been build)
+quiet - don't display kernel messages
+
+For debug shells during stage31 set following option:
+debug={1..4}
+
+Level:
+4 - Debug shell before Network is up
+3 - Debug shell after Network is up and before Configuration is fetched
+2 - Debug shell after configuration has been fetched and before stage32 is mounted
+1 - Debug shell after stage32 mount and before switch_root
+
+Following a sample pxe-menu entry for a system:
+
+LABEL u1304x64
+ MENU LABEL Ubuntu 13.04 x64 Curitiba
+ KERNEL http://10.254.221.6/u1304x64/kernel
+ INITRD http://10.254.221.6/u1304x64/initramfs-stage31
+ APPEND slxsrv=10.254.221.6 slxbase=u1304x64 vga=current splash quiet
+ IPAPPEND 3
+