Project

General

Profile

« Previous | Next » 

Revision 20cfc09e

Added by Romuald Conty about 4 years ago

Support iPXE without chain-loading

This commit allow to provide a specific PXE filename when PXE client is
iPXE compliant.

Note: This, consequently, allow to fetch directly boot files through
HTTP.

Source: https://projects.theforeman.org/projects/foreman/wiki/Fetch_boot_files_via_http_instead_of_TFTP

View differences:

manifests/init.pp
Optional[String] $omapi_key = undef,
Optional[String] $pxeserver = undef,
String $pxefilename = $dhcp::params::pxefilename,
Optional[String] $ipxe_filename = undef,
Optional[Integer[0]] $mtu = undef,
Hash[String, String] $bootfiles = $dhcp::params::bootfiles,
String $logfacility = 'local7',

Also available in: Unified diff