mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #232] goto error #101
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#101
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 @Firminator on GitHub (Mar 19, 2018).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/232
Question for understanding:
github.com/antonym/netboot.xyz@f1173291cf/src/archlinux.ipxe (L34)Does this 'goto error' fail since there is no :error label in the archlinux.ipxe config or will it 'remember'/refer to the one and only :error label in the menu.ipxe?
@antonym commented on GitHub (Mar 20, 2018):
It should circle back to the one in menu.ipxe since it's still loaded in memory.