From ce6c09937026768aed4001121ea0016383daaeb4 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 13 Nov 2015 14:07:34 +0100 Subject: Configure tftp. --- dev-tools/openslxTFTPRoot/.gitignore | 0 dev-tools/openslxTFTPRoot/openslx.png | Bin dev-tools/openslxTFTPRoot/pxechain.com | Bin dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 11 +++++++++-- 4 files changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 dev-tools/openslxTFTPRoot/.gitignore mode change 100644 => 100755 dev-tools/openslxTFTPRoot/openslx.png mode change 100644 => 100755 dev-tools/openslxTFTPRoot/pxechain.com mode change 100644 => 100755 dev-tools/openslxTFTPRoot/pxelinux.cfg/default diff --git a/dev-tools/openslxTFTPRoot/.gitignore b/dev-tools/openslxTFTPRoot/.gitignore old mode 100644 new mode 100755 diff --git a/dev-tools/openslxTFTPRoot/openslx.png b/dev-tools/openslxTFTPRoot/openslx.png old mode 100644 new mode 100755 diff --git a/dev-tools/openslxTFTPRoot/pxechain.com b/dev-tools/openslxTFTPRoot/pxechain.com old mode 100644 new mode 100755 diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default old mode 100644 new mode 100755 index 627db7a6..8edf8719 --- a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default +++ b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default @@ -59,10 +59,17 @@ LABEL shutdown LABEL net - MENU LABEL ^Dracut TEST + MENU LABEL ^Dracut TEST Torben KERNEL http://10.126.6.181:8080/vmlinuz-linux INITRD http://10.126.6.181: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 - #APPEND root=PARTLABEL=system rw rootflags=subvol=root loglevel=2 acpi_osi="!Windows 2012" rd.info rd.break ip=132.230.4.133:132.230.4.2:132.230.4.254:255.255.255.0 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 + 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