summaryrefslogtreecommitdiffstats
path: root/dev-tools
diff options
context:
space:
mode:
authorjandob2015-11-20 19:35:44 +0100
committerjandob2015-11-20 19:35:44 +0100
commit2e397345d7b425d45c855e4105d015b9805af35c (patch)
treefffa4cb0493740939b648f48b75fb889afc8336c /dev-tools
parentMerge branch 'master' of git.openslx.org:openslx-ng/systemd-init (diff)
downloadsystemd-init-2e397345d7b425d45c855e4105d015b9805af35c.tar.gz
systemd-init-2e397345d7b425d45c855e4105d015b9805af35c.tar.xz
systemd-init-2e397345d7b425d45c855e4105d015b9805af35c.zip
fix config
Diffstat (limited to 'dev-tools')
-rw-r--r--dev-tools/example-openslx.config2
-rwxr-xr-xdev-tools/openslxTFTPRoot/pxelinux.cfg/default8
2 files changed, 5 insertions, 5 deletions
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