From 0d0b6e668d2852b9ddc348776d372b721b221d22 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 13 Nov 2015 14:37:18 +0100 Subject: Set static ips for our test tftp server. --- dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dev-tools') diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index 8edf8719..530ffa56 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://10.126.6.181:8080/vmlinuz-linux - INITRD http://10.126.6.181:8080/initramfs-test.img + 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=boot/openslx-kiosk vga=current IPAPPEND 3 MENU DEFAULT LABEL net MENU LABEL ^Dracut TEST Janosch - KERNEL http://10.126.6.182:8080/vmlinuz-linux - INITRD http://10.126.6.182:8080/initramfs-test.img + 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=boot/openslx-kiosk vga=current IPAPPEND 3 MENU DEFAULT -- cgit v1.2.3-55-g7522