You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
If I read the code correctly, then when bootiso fetches SYSLINUX online it selects only between prereleases not final releases - i.e. it seemingly looks only below the base URL https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing and the final releases are located one folder up from that.
The text was updated successfully, but these errors were encountered:
@jonassmedegaard good catch. Final releases are grouped by major directories in the URI path; perhaps it was an instance of developer laziness; can't remember! Anyway, that can certainly be enhanced.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I read the code correctly, then when bootiso fetches SYSLINUX online it selects only between prereleases not final releases - i.e. it seemingly looks only below the base URL
https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing
and the final releases are located one folder up from that.The text was updated successfully, but these errors were encountered: