summaryrefslogtreecommitdiffstats
path: root/satellit_installer/satellit_installer
diff options
context:
space:
mode:
authorSimon Rettberg2015-12-11 14:47:42 +0100
committerSimon Rettberg2015-12-11 14:47:42 +0100
commite798db59d0deb14bad838facaee920b892cd7735 (patch)
tree0ebcbe4712670b9931f55ba5e7bfce1f56056379 /satellit_installer/satellit_installer
parent[SSPS] atftpd service file ameliorated further, should be working weel now. (diff)
downloadsetup-scripts-e798db59d0deb14bad838facaee920b892cd7735.tar.gz
setup-scripts-e798db59d0deb14bad838facaee920b892cd7735.tar.xz
setup-scripts-e798db59d0deb14bad838facaee920b892cd7735.zip
[SSPS] Get ipxe from git, move ipxe+pxelinux4 from /v4/ to /
Diffstat (limited to 'satellit_installer/satellit_installer')
-rwxr-xr-xsatellit_installer/satellit_installer6
1 files changed, 4 insertions, 2 deletions
diff --git a/satellit_installer/satellit_installer b/satellit_installer/satellit_installer
index b84f7ea..dba335e 100755
--- a/satellit_installer/satellit_installer
+++ b/satellit_installer/satellit_installer
@@ -133,10 +133,12 @@ install_bwSuite_server "$DMSDDIR"
install_taskmanager "$TASKMANDIR"
-unpack_tar_gz "$BASEDIR/static_files/openslx.tar.gz" "-C $OPENSLXDIR" # $1: tar.gz-file, $2: unpacking to directory
+install_ipxe "$IPXEDIR"
+
+# $1: tar.gz-file, $2: unpacking to directory
unpack_tar_gz "$BASEDIR/static_files/slx-admin.tar.gz" "-C $WWWDIR/slx-admin"
unpack_tar_gz "$BASEDIR/static_files/openslx_tftp.tar.gz" "-C $TFTPDIR"
-unpack_tar_gz "$BASEDIR/static_files/syslinux4.tar.gz" "-C $TFTPDIR/v4"
+unpack_tar_gz "$BASEDIR/static_files/syslinux4.tar.gz" "-C $TFTPDIR"
unpack_tar_gz "$BASEDIR/static_files/syslinux6.tar.gz" "-C $TFTPDIR/v6"
install_ldadp "$LDADPDIR" || perror "Could not install ldadp"