netbootxyz / netboot.xyz

Your favorite operating systems in one place. A network-based bootable operating system installer based on iPXE.
https://netboot.xyz
Apache License 2.0
8.92k stars 666 forks source link

Problem in initrd file 9990-mount-http.sh #1313

Closed lordrasmus closed 10 months ago

lordrasmus commented 10 months ago

Some OS's split the RootFS file in more than 2 Files

in 9990-mount-http.sh the files are downloaded and the part2 is attached to the first file but part3 ist not downloaded

so the OS can't boot

the Code is in Line 40

log_begin_msg "Trying wget ${url} -O ${dest}/$(basename ${url})" /bin/curl -L "${url}" -o "${dest}/$(basename ${url})" if [ ! -z "$(/bin/curl -sI "${url}".part2 | grep "200 OK|302 Found" || :)" ]; then /bin/curl -L "${url}".part2 -o ->> "${dest}/$(basename ${url})" fi ;;

antonym commented 10 months ago

I've adjusted the mod layers to account for a third part but given the size of Studio, the job is not completing as it's running out of space in CI, so I'm probably going to drop it. Garuda Blackarch is also no longer maintained so I dropped that one as well.