Sign inSign up

vtajzich/ipxe

By vtajzich

Updated about 9 years ago

Custom ipxe files can be embedded to undionly.kpxe

Image
2

1.3K

vtajzich/ipxe repository overview

iPxe

build iPxe from sources

Has cloned sources from http://ipxe.org (git://git.ipxe.org/ipxe.git) and built them.

It can be used to embed custom ipxe file. Like:

#!ipxe

echo "*** Demo iPxe ***"

dhcp
chain http://url-to-server:8080/boot.ipxe

How to use it. Create a ipxe file and mount it:

docker run -it -v $(pwd):/custom-pxe -e PXE_FILE=my-custom-file.ipxe ipxe

Container expect to find your file in /custom-pxe and read it's name from environment variable "PXE_FILE". The result undionly.kpxe file will be copied back to mounted directory.

Tag summary

Content type

Image

Digest

Size

203.1 MB

Last updated

about 9 years ago

docker pull vtajzich/ipxe