All Projects → kelseyhightower → Coreos Ipxe Server

kelseyhightower / Coreos Ipxe Server

Licence: mit
CoreOS iPXE server

Programming Languages

go
31211 projects - #10 most used programming language

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 [email protected]:kelseyhightower/coreos-ipxe-server.git

Build

cd ${GOPATH}/src/github.com/kelseyhightower/coreos-ipxe-server
go build .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].