From fc23fa6f63191a5f9a610949a497816744fa7248 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 20 Nov 2015 15:56:14 +0100 Subject: Supporting open slx configuration file. --- dev-tools/example-openslx.config | 10 ++++++++-- dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'dev-tools') diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config index 6a0512d2..ef36d228 100644 --- a/dev-tools/example-openslx.config +++ b/dev-tools/example-openslx.config @@ -1,4 +1,11 @@ -LX_VM_NFS='132.230.4.1:/mnt/lehrpools/dnbd3' +SLX_CONFIGURATION_LOCATION='/opt/openslx' +SLX_DNBD3_SERVERS='132.230.4.201' +SLX_DNBD3_RID='0' +SLX_DNBD3_DEVICE='/dev/dnbd0' +SLX_DNBD3_IMAGE='archLinux.vdi' + +# TODO: Following parameter aren't supported yet. +SLX_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' @@ -17,7 +24,6 @@ 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' diff --git a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default index 58e36451..c79410b8 100644 --- a/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default @@ -8,7 +8,7 @@ MENU TITLE My PXE Boot Menu LABEL arch MENU LABEL ^arch network boot KERNEL /vmlinuz-linux -APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=gateway slxbase=/ vga=current +APPEND initrd=/initramfs-test.img root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=10.0.2.15::10.0.2.2:255.255.255.0 vconsole.font=latarcyrheb-sun16 vconsole.keymap=de slxsrv=10.0.2.2:8080 slxbase=/archLinux/ vga=current LABEL BootNormal MENU LABEL ^Boot Normal (HDD) -- cgit v1.2.3-55-g7522