jsamr / bootiso

A bash program to securely create a bootable USB device from one image file.
https://jsamr.github.io/bootiso
GNU General Public License v3.0
809 stars 88 forks source link

fetches only pre-releases of SYSLINUX #70

Open jonassmedegaard opened 3 years ago

jonassmedegaard commented 3 years ago

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.

jsamr commented 3 years ago

@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.