Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose more configurability #15

Open
nwmcsween opened this issue Sep 11, 2021 · 2 comments
Open

Expose more configurability #15

nwmcsween opened this issue Sep 11, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nwmcsween
Copy link

An example is using DNSMasq which allows tagging based on DHCP options and the workflow of booting iPXE then running a http based ipxe script if the DHCP ipxe vendor class is set.

If this is possible now let me know.

@nwmcsween
Copy link
Author

e.g.
--dhcp-match=set:efibc,option:client-arch,7 --dhcp-boot=tag:efibc,ipxe.efi --dhcp-match=set:efi64,option:client-arch,9 --dhcp-boot=tag:efi64,ipxe.efi --dhcp-userclass=set:ipxe,iPXE --dhcp-boot=tag:ipxe,http://foo.bar/boot.ipxe

@pojntfx
Copy link
Owner

pojntfx commented Dec 5, 2024

Hmmm ... most configuration here is based on the config script: https://github.com/pojntfx/bofied?tab=readme-ov-file#config-script

We could add more options to it for sure - maybe starting with support for tags could be a good idea?

@pojntfx pojntfx self-assigned this Dec 5, 2024
@pojntfx pojntfx added the enhancement New feature or request label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants