summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-14 19:14:02 +0200
committerSimon Rettberg2013-05-14 19:14:02 +0200
commitf6004bfaaf61447d4c606dfcfbcbfc27b53479fa (patch)
tree2210d991e224fe7faa4daf677abea82388b79524 /data
parentMerge branch 'master' of dnbd3:openslx-ng/tm-scripts (diff)
downloadtm-scripts-f6004bfaaf61447d4c606dfcfbcbfc27b53479fa.tar.gz
tm-scripts-f6004bfaaf61447d4c606dfcfbcbfc27b53479fa.tar.xz
tm-scripts-f6004bfaaf61447d4c606dfcfbcbfc27b53479fa.zip
PXE
Diffstat (limited to 'data')
-rwxr-xr-xdata/install_server.sh3
-rwxr-xr-xdata/pxe/mboot.c32bin0 -> 34396 bytes
-rwxr-xr-xdata/pxe/menu.c32bin0 -> 56164 bytes
-rw-r--r--data/pxe/openslx.pngbin0 -> 21791 bytes
-rw-r--r--data/pxe/pxelinux.0 (renamed from data/pxelinux.0)bin26621 -> 26621 bytes
-rwxr-xr-xdata/pxe/vesamenu.c32bin0 -> 155792 bytes
6 files changed, 2 insertions, 1 deletions
diff --git a/data/install_server.sh b/data/install_server.sh
index be1fc91c..edec0f5e 100755
--- a/data/install_server.sh
+++ b/data/install_server.sh
@@ -146,7 +146,8 @@ boot pxelinux.0
HEREEND
cd src
-make bin/undionly.kkkpxe EMBED=../ipxelinux.ipxe,/opt/openslx/tm-scripts/data/pxelinux.0
+make bin/undionly.kkkpxe EMBED=../ipxelinux.ipxe,/opt/openslx/tm-scripts/data/pxe/pxelinux.0
+cp /opt/openslx/tm-scripts/data/pxe/* /srv/openslx/tftp/
ERR=$?
if [ "$ERR" -gt 0 ]; then
diff --git a/data/pxe/mboot.c32 b/data/pxe/mboot.c32
new file mode 100755
index 00000000..5a0343aa
--- /dev/null
+++ b/data/pxe/mboot.c32
Binary files differ
diff --git a/data/pxe/menu.c32 b/data/pxe/menu.c32
new file mode 100755
index 00000000..488824e1
--- /dev/null
+++ b/data/pxe/menu.c32
Binary files differ
diff --git a/data/pxe/openslx.png b/data/pxe/openslx.png
new file mode 100644
index 00000000..79feff2c
--- /dev/null
+++ b/data/pxe/openslx.png
Binary files differ
diff --git a/data/pxelinux.0 b/data/pxe/pxelinux.0
index cf0d3ac6..cf0d3ac6 100644
--- a/data/pxelinux.0
+++ b/data/pxe/pxelinux.0
Binary files differ
diff --git a/data/pxe/vesamenu.c32 b/data/pxe/vesamenu.c32
new file mode 100755
index 00000000..06119cd2
--- /dev/null
+++ b/data/pxe/vesamenu.c32
Binary files differ