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

REQUEST: Check if Vars are set in local-vars.ipxe #1562

Open
Aergernis opened this issue Jan 18, 2025 · 0 comments
Open

REQUEST: Check if Vars are set in local-vars.ipxe #1562

Aergernis opened this issue Jan 18, 2025 · 0 comments

Comments

@Aergernis
Copy link

Hi,

would like to have a check if Variables in boot.cfg are already set in local-vars.ipxe ( site name, timeout ect)

i mean something like this:

# set site name
isset ${site_name} || set site_name netboot.xyz

# signature check enabled?
isset ${sigs_enabled} || set sigs_enabled true

# set default boot timeout
isset ${boot_timeout} || set boot_timeout 300000


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant