djeep icon indicating copy to clipboard operation
djeep copied to clipboard

syslinux-needful.tar.gz is no longer available

Open odyssey4me opened this issue 11 years ago • 4 comments

The syslinux content is no longer available from http://c752981.r81.cf2.rackcdn.com/syslinux-needful.tar.gz as referenced in fetch_images.sh

It'd probably be best to adjust the script to download the items from https://www.kernel.org/pub/linux/utils/boot/syslinux/ instead as a more permanent solution.

odyssey4me avatar Apr 17 '13 11:04 odyssey4me

Thanks for the heads up! I am at a conference with limited internets and gear which makes testing any changes I make unpleasant, but I'll try to get this fixed soon!

willkelly avatar Apr 17 '13 16:04 willkelly

This should work now. I am only symlinking in mboot, menu, and pxelinux, as those are the ones the default pxelinux configs use. Let me know if I need to symlink in more.

willkelly avatar Jul 12 '13 15:07 willkelly

I've found that the following are also needed:

cp syslinux-5.01/com32/elflink/ldlinux/ldlinux.c32 ${DJEEP_DIR}/local/tftproot/ cp syslinux-5.01/com32/libutil/libutil.c32 ${DJEEP_DIR}/local/tftproot/ cp syslinux-5.01/com32/lib/libcom32.c32 ${DJEEP_DIR}/local/tftproot/

odyssey4me avatar Jul 12 '13 16:07 odyssey4me

I've added the extra files to the fetch_images.sh in the django 1.5 branch

willkelly avatar Jul 13 '13 15:07 willkelly