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

Boot filename per client architecture #140

Open
domcleal opened this issue Feb 7, 2017 · 0 comments
Open

Boot filename per client architecture #140

domcleal opened this issue Feb 7, 2017 · 0 comments
Labels
enhancement New feature or request

Comments

@domcleal
Copy link
Contributor

domcleal commented Feb 7, 2017

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

@domcleal domcleal added the enhancement New feature or request label Feb 7, 2017
@domcleal domcleal added this to the theforeman/dhcp parity milestone Feb 7, 2017
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

1 participant