mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1535] Host-specific configs in tftp environment #2034
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#2034
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 @max06 on GitHub (Nov 13, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1535
Good evening!
According to following code I should be able to put device-specific configurations on the tftp-server I'm booting from.
github.com/netbootxyz/netboot.xyz@e619188a12/roles/netbootxyz/templates/disks/netboot.xyz.j2 (L98-L102)Before putting work into these files I wanted to know if they are even requested - surprisingly that doesn't seem to be the case.
This is a packet-dump for 2 starts of a virtual machine using pxe.
boot/netboot.xyz.efiis the latest version.I'd love to get some answers on these questions:
local-vars.ipxe,HOSTNAME-*.ipxe,MAC-*.ipxeandmenu.ipxe?autoexec.ipxeand why is it only mentioned once in the changelog, but missing in code?Thanks alot!
@max06 commented on GitHub (Nov 14, 2024):
Solved. The tftp-menu isn't used when the filename doesn't exactly match. Too bad when you put the files into a sub-directory on the tftp-server...