summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorSimon Rettberg2013-05-14 19:14:20 +0200
committerSimon Rettberg2013-05-14 19:14:20 +0200
commit5aa4570d1b361c4067a7402f564954bd9a17efdd (patch)
treeb7bb468b60062c620ba6d8adb8f01e9deeb0256a /data
parentPXE (diff)
parentsokfpsdofjkopkjpogk (diff)
downloadtm-scripts-5aa4570d1b361c4067a7402f564954bd9a17efdd.tar.gz
tm-scripts-5aa4570d1b361c4067a7402f564954bd9a17efdd.tar.xz
tm-scripts-5aa4570d1b361c4067a7402f564954bd9a17efdd.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'data')
-rwxr-xr-xdata/install_server.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/install_server.sh b/data/install_server.sh
index edec0f5e..dc0e30bc 100755
--- a/data/install_server.sh
+++ b/data/install_server.sh
@@ -135,7 +135,7 @@ git clone git://git.ipxe.org/ipxe.git
cd ipxe
# iPXE-Konfiguration einschreiben
-cat > pxelinux.ipxe << HEREEND
+cat > ipxelinux.ipxe << HEREEND
#!ipxe
set use-cached 1
dhcp net0
@@ -155,7 +155,7 @@ if [ "$ERR" -gt 0 ]; then
exit 1
fi
-cp "ipxelinux.0" "/srv/openslx/tftp/"
+cp "bin/undionly.kkkpxe" "/srv/openslx/tftp/ipxelinux.0"
echo "....Fertig"
echo "mltk liegt nun im Verzeichnis /opt/openslx/tm-scripts"