From 2e397345d7b425d45c855e4105d015b9805af35c Mon Sep 17 00:00:00 2001 From: jandob Date: Fri, 20 Nov 2015 19:35:44 +0100 Subject: fix config --- dev-tools/example-openslx.config | 2 +- dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-tools') diff --git a/dev-tools/example-openslx.config b/dev-tools/example-openslx.config index ada63aca..393989ea 100644 --- a/dev-tools/example-openslx.config +++ b/dev-tools/example-openslx.config @@ -1,5 +1,5 @@ SLX_CONFIGURATION_LOCATION='/opt/openslx/' -SLX_DNBD3_SERVERS='132.230.4.201,132.230.4.202' +SLX_DNBD3_SERVERS='132.230.4.201,132.230.4.202,10.0.2.2' SLX_DNBD3_RID='0' SLX_DNBD3_DEVICE='/dev/dnbd0' SLX_DNBD3_IMAGE='archLinux.vdi' diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index 48691a20..68794fbf 100755 --- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default @@ -60,16 +60,16 @@ LABEL shutdown 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 + KERNEL http://132.230.4.201:8080/archLinux/vmlinuz-linux + INITRD http://132.230.4.201:8080/archLinux/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-latin1-nodeadkeys rd.locale.LANG=de_DE.UTF-8 slxsrv=132.230.4.201:80,132.230.4.201:8080,132.230.4.201:8008,132.230.4.201:8090,132.230.4.201:8280,132.230.4.201:8888 slxbase=archLinux/ vga=current IPAPPEND 3 MENU DEFAULT 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 + KERNEL http://132.230.4.202:8080/archLinux/vmlinuz-linux + INITRD http://132.230.4.202:8080/archLinux/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=en rd.locale.LANG=en_US.UTF-8 slxsrv=132.230.4.202:80,132.230.4.202:8080,132.230.4.202:8008,132.230.4.202:8090,132.230.4.202:8280,132.230.4.202:8888 slxbase=archLinux/ vga=current IPAPPEND 3 MENU DEFAULT -- cgit v1.2.3-55-g7522