Quick and dirty PXEing of Alpine Linux
I already have some iPXE infra to boot/deploy VMs and bare metal hosts. But it is more Debian/CentOS centric and I decided to throw Alpine Linux into the mix. Integration was suprisingly easy. boot.alpinelinux.org has good set of resources. Especially nice is that UEFI images are signed. The simplest solution was just to chainload single boot.ipxe. chain -ar http://boot.alpinelinux.org/boot.ipxe || More robust version could be something like this: #!ipxe set alpine-repo http://dl-cdn....