Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# iPXE build depends
set -e
apt-get install -y liblzma-dev git build-essential
# clone iPXE
[ ! -d ./ipxe ] && git clone http://git.ipxe.org/ipxe.git
cd ipxe/src
make clean