Enabled installation of LDS-ImageDownloader

This commit is contained in:
2022-06-27 19:21:41 +02:00
parent 8724db3eb6
commit 079f4dc6cd

View File

@@ -111,7 +111,7 @@ esac
#Install LDS-ImageDownloader #Install LDS-ImageDownloader
if $LDSID; then if $LDSID; then
#git clone $LDSIDREPO /opt/LDS/ImageDownloader git clone $LDSIDREPO /opt/LDS/ImageDownloader
cd /opt/LDS/ImageDownloader/ cd /opt/LDS/ImageDownloader/
ln -s /opt/LDS/ImageDownloader/LinuxInstallers-LID.ipxe /opt/LDS/tftp/iPXE/LinuxInstallers-LID.ipxe ln -s /opt/LDS/ImageDownloader/LinuxInstallers-LID.ipxe /opt/LDS/tftp/iPXE/LinuxInstallers-LID.ipxe
sed -i '/set LDSIMenu/c\set LDSIMenu LinuxInstallers-LID.ipxe' /opt/LDS/tftp/iPXE/LDS.ipxe sed -i '/set LDSIMenu/c\set LDSIMenu LinuxInstallers-LID.ipxe' /opt/LDS/tftp/iPXE/LDS.ipxe