mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #596] Ensure the preseed/kickstart URL is valid before proceeding #185
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#185
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 @orange888 on GitHub (Apr 8, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/596
Please check preseed/kickstart URL returning a code 200 before proceeding installation.
Thanks.
@github-actions[bot] commented on GitHub (Nov 24, 2020):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@orange888 commented on GitHub (Nov 25, 2020):
And check the return code, $?, before preceeding.
@antonym commented on GitHub (Nov 25, 2020):
I'm open to the check if you know of a good way in iPXE to do so. That command as it stands can't be run in the iPXE code base.
@antonym commented on GitHub (Apr 14, 2021):
Closing as there's not really any good way to validate non iPXE files. If a method comes up, feel free to suggest.