mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1177] read custom config settings from another file #322
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#322
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 @stelb on GitHub (Nov 25, 2022).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1177
Is your feature request related to a problem? Please describe.
I have to do some changes of settings done in boot.cfg, actually I have to check for changes on every update, as it is not updated anymore via the web ui update
Describe the solution you'd like
I added following line in boot.cfg between :end and exit
chain custom.cfg ||
which seems to do what I need: override some settings and add some for my custom ipxe scripts
Describe alternatives you've considered
change boot.cfg, but then I have take handle updates of boot.cfg manually
Additional context