coreos-ipxe-server icon indicating copy to clipboard operation
coreos-ipxe-server copied to clipboard

CoreOS iPXE server

CoreOS iPXE Server

Build Status

The CoreOS iPXE Server attempts to automate as much of the Booting CoreOS via iPXE process as possible, mainly generating iPXE boot scripts and serving CoreOS PXE boot images.

Table of Contents

  • Installation
  • Getting Started
  • API
  • Profiles
  • Docker setup example

Installation

Binary Release

curl -L https://github.com/kelseyhightower/coreos-ipxe-server/releases/download/v0.3.0/coreos-ipxe-server-0.3.0-darwin-amd64 -o coreos-ipxe-server
chmod +x coreos-ipxe-server

Source

Clone

mkdir -p ${GOPATH}/src/github.com/kelseyhightower
cd ${GOPATH}/src/github.com/kelseyhightower
git clone [email protected]:kelseyhightower/coreos-ipxe-server.git

Build

cd ${GOPATH}/src/github.com/kelseyhightower/coreos-ipxe-server
go build .