jrossi / coreos-ipxe-server

CoreOS iPXE server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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 git@github.com:kelseyhightower/coreos-ipxe-server.git

Build

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

About

CoreOS iPXE server

License:MIT License