-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syslinux-needful.tar.gz is no longer available #20
Comments
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! |
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. |
I've found that the following are also needed: cp syslinux-5.01/com32/elflink/ldlinux/ldlinux.c32 ${DJEEP_DIR}/local/tftproot/ |
I've added the extra files to the fetch_images.sh in the django 1.5 branch |
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.
The text was updated successfully, but these errors were encountered: