aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/debian-edu-faiinstall8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/debian-edu-faiinstall b/bin/debian-edu-faiinstall
index 2c75f60..a446985 100755
--- a/bin/debian-edu-faiinstall
+++ b/bin/debian-edu-faiinstall
@@ -315,8 +315,8 @@ fi
cp /usr/lib/ipxe/undionly.kpxe "${tftpdir}/debian-edu-fai/"
cp /usr/lib/ipxe/snponly.efi "${tftpdir}/debian-edu-fai/"
cp /boot/memtest86+.bin "${tftpdir}/debian-edu-fai/"
-echo "Generating ${tftpdir}/debian-edu-fai/debian-edu-fai.ipxe"
-cat <<EOF > "${tftpdir}/debian-edu-fai/debian-edu-fai.ipxe"
+echo "Generating ${tftpdir}/debian-edu-fai/ltsp.ipxe"
+cat <<EOF > "${tftpdir}/debian-edu-fai/ltsp.ipxe"
#!ipxe
#
# Configure iPXE for network installations
@@ -379,4 +379,6 @@ echo Booting failed, dropping to a shell
goto shell
EOF
-cat $menufile >> "${tftpdir}/debian-edu-fai/debian-edu-fai.ipxe"
+cat $menufile >> "${tftpdir}/debian-edu-fai/ltsp.ipxe"
+
+ln -sf ltsp.ipxe "${tftpdir}/debian-edu-fai/debian-edu-fai.ipxe"