diff options
author | torben | 2015-11-20 15:56:14 +0100 |
---|---|---|
committer | torben | 2015-11-20 15:56:14 +0100 |
commit | fc23fa6f63191a5f9a610949a497816744fa7248 (patch) | |
tree | cf5ba47de3443dd34ed3470eea57aae0ac0e6576 /dev-tools | |
parent | Sync. (diff) | |
download | systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.tar.gz systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.tar.xz systemd-init-fc23fa6f63191a5f9a610949a497816744fa7248.zip |
Supporting open slx configuration file.
Diffstat (limited to 'dev-tools')
-rw-r--r-- | dev-tools/example-openslx.config | 10 | ||||
-rw-r--r-- | dev-tools/virtualBoxTFTPRoot/pxelinux.cfg/default | 2 |
2 files changed, 9 insertions, 3 deletions
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) |