summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dev-tools/example-openslx.config33
-rwxr-xr-xdev-tools/openslxTFTPRoot/pxelinux.cfg/default4
2 files changed, 35 insertions, 2 deletions
diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config
new file mode 100644
index 00000000..6a0512d2
--- /dev/null
+++ b/dev-tools/example-openslx.config
@@ -0,0 +1,33 @@
+LX_VM_NFS='132.230.4.1:/mnt/lehrpools/dnbd3'
+
+SLX_REMOTE_LOG='http://132.230.8.113/slxadmin/api.php?do=clientlog'
+SLX_REMOTE_LOG_SESSIONS='anonymous'
+SLX_SMARTCTL_MIN_REALLOC='32'
+
+SLX_REBOOT_SCHEDULE='05:30'
+
+SLX_PROXY_MODE='off'
+SLX_PROXY_IP='132.230.1.172'
+SLX_PROXY_PORT='1080'
+SLX_PROXY_TYPE='socks4'
+SLX_PROXY_BLACKLIST='132.230.0.0/16'
+
+SLX_NTP_SERVER='time.uni-freiburg.de'
+SLX_BIOS_CLOCK='local'
+
+SLX_NET_DOMAIN='lp.ruf.uni-freiburg.de'
+
+SLX_DNBD3_SERVERS='132.230.8.113 132.230.4.60 132.230.4.1'
+SLX_VM_DNBD3='yes'
+
+SLX_ADDONS='vmware'
+SLX_STAGE4='dnbd3 stage4/freiburg/xubuntu_1404_64'
+SLX_STAGE4_RID='22'
+
+SLX_VMCHOOSER_BASE_URL="http://mltk.boot.openslx.org"
+
+SLX_ROOT_PASS='$6$rtewmYT9$mDlKP.zRmsCl41X0odlwfcOyj4PwLylDXiCWpXpdnGhLIALkpcxSBmj3Jn0iHFm1Vhvxx7jh5FIylWXbf0iAr1'
+
+#SLX_SHARE_0_PATH='//sunfs3.public.ads.uni-freiburg.de/lehrpool'
+#SLX_SHARE_0_PERM='rw'
+#SLX_SHARE_0_AUTH_TYPE='pam'
diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
index 3f8c998f..03555094 100755
--- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
+++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default
@@ -62,7 +62,7 @@ LABEL net
MENU LABEL ^Dracut TEST Torben
KERNEL http://132.230.4.201:8080/vmlinuz-linux
INITRD http://132.230.4.201:8080/initramfs-test.img
- APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=/ vga=current
+ APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.201 slxbase=/ vga=current
IPAPPEND 3
MENU DEFAULT
@@ -70,6 +70,6 @@ LABEL net
MENU LABEL ^Dracut TEST Janosch
KERNEL http://132.230.4.202:8080/vmlinuz-linux
INITRD http://132.230.4.202:8080/initramfs-test.img
- APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.2 slxbase=/ vga=current
+ APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=132.230.4.202 slxbase=/ vga=current
IPAPPEND 3
MENU DEFAULT