We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add a parameter to set per-architecture (boot) filenames in the DHCP config, e.g.
option architecture code 93 = unsigned integer 16 ; if option architecture = 00:00 { filename "pxelinux.0"; } elsif option architecture = 00:06 { filename "shim.efi"; } else { filename "mypxefilename"; }
In theforeman/dhcp, a $bootfiles hash has filenames keyed by architecture codes: theforeman/puppet-dhcp@6d01407
$bootfiles
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a parameter to set per-architecture (boot) filenames in the DHCP config, e.g.
In theforeman/dhcp, a
$bootfiles
hash has filenames keyed by architecture codes: theforeman/puppet-dhcp@6d01407The text was updated successfully, but these errors were encountered: