Skip to content
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

Open
odyssey4me opened this issue Apr 17, 2013 · 4 comments · Fixed by #24
Open

syslinux-needful.tar.gz is no longer available #20

odyssey4me opened this issue Apr 17, 2013 · 4 comments · Fixed by #24

Comments

@odyssey4me
Copy link
Contributor

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.

@willkelly
Copy link
Contributor

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
Copy link
Contributor

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.

@odyssey4me
Copy link
Contributor Author

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/

@willkelly willkelly reopened this Jul 13, 2013
@willkelly
Copy link
Contributor

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

@cloudnull cloudnull reopened this Jul 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants