diff options
author | torben | 2015-11-13 14:07:34 +0100 |
---|---|---|
committer | torben | 2015-11-13 14:07:34 +0100 |
commit | ce6c09937026768aed4001121ea0016383daaeb4 (patch) | |
tree | c08bd51c21f3085e45b4ddb0e6c88e287b52be27 /dev-tools | |
parent | Configure openslx tftp. (diff) | |
download | systemd-init-ce6c09937026768aed4001121ea0016383daaeb4.tar.gz systemd-init-ce6c09937026768aed4001121ea0016383daaeb4.tar.xz systemd-init-ce6c09937026768aed4001121ea0016383daaeb4.zip |
Configure tftp.
Diffstat (limited to 'dev-tools')
-rwxr-xr-x[-rw-r--r--] | dev-tools/openslxTFTPRoot/.gitignore | 0 | ||||
-rwxr-xr-x[-rw-r--r--] | dev-tools/openslxTFTPRoot/openslx.png | bin | 77561 -> 77561 bytes | |||
-rwxr-xr-x[-rw-r--r--] | dev-tools/openslxTFTPRoot/pxechain.com | bin | 998 -> 998 bytes | |||
-rwxr-xr-x[-rw-r--r--] | dev-tools/openslxTFTPRoot/pxelinux.cfg/default | 11 |
4 files changed, 9 insertions, 2 deletions
diff --git a/dev-tools/openslxTFTPRoot/.gitignore b/dev-tools/openslxTFTPRoot/.gitignore index 372b52e9..372b52e9 100644..100755 --- a/dev-tools/openslxTFTPRoot/.gitignore +++ b/dev-tools/openslxTFTPRoot/.gitignore diff --git a/dev-tools/openslxTFTPRoot/openslx.png b/dev-tools/openslxTFTPRoot/openslx.png Binary files differindex 1889edb7..1889edb7 100644..100755 --- a/dev-tools/openslxTFTPRoot/openslx.png +++ b/dev-tools/openslxTFTPRoot/openslx.png diff --git a/dev-tools/openslxTFTPRoot/pxechain.com b/dev-tools/openslxTFTPRoot/pxechain.com Binary files differindex 8c4e0c5b..8c4e0c5b 100644..100755 --- a/dev-tools/openslxTFTPRoot/pxechain.com +++ b/dev-tools/openslxTFTPRoot/pxechain.com diff --git a/dev-tools/openslxTFTPRoot/pxelinux.cfg/default b/dev-tools/openslxTFTPRoot/pxelinux.cfg/default index 627db7a6..8edf8719 100644..100755 --- 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 |