Skip to content

Latest commit

 

History

History

README.md

Edge Infrastructure Manager PXE server

Table of Contents

Overview

TODO

Features

  • Exposes a minimal, read-only TFTP server to serve iPXE binaries.
  • Runs in a ProxyDHCP mode to provide PXE boot information to PXE firmware clients.

Get Started

This repository only contains scripts to build the Docker image, so you only need docker installed.

To build the PXE server image run:

make docker-build

Contribute

To learn how to contribute to the project, see the contributor's guide. The project will accept contributions through Pull-Requests (PRs). PRs must be built successfully by the CI pipeline, pass linters verifications and the unit tests.

There are several convenience make targets to support developer activities, you can use help to see a list of makefile targets. The following is a list of makefile targets that support developer activities: