mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1313] Problem in initrd file 9990-mount-http.sh #1931
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1931
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lordrasmus on GitHub (Oct 19, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1313
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 on GitHub (Nov 2, 2023):
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.