You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi,
would like to have a check if Variables in
boot.cfg
are already set inlocal-vars.ipxe
( site name, timeout ect)i mean something like this:
The text was updated successfully, but these errors were encountered: