Building off the work in #581, add additional detail to the staticfiles README, and install an iPXE README alongside the iPXE files in their final location. Closes #189 Signed-off-by: Jonathon Anderson <janderson@ciq.co>
551 B
551 B
Warewulf-provided iPXE binaries
arm64.efi- EFI support forarm64processorsx86_64.efi- EFI support forx86_64processorsx86_64.kpxe- legacy BIOS support forx86_64processors
Rebuilding
The iPXE binaries can be rebuilt with the ipxe-update.sh
script. This script accepts command-line arguments that are passed to
the underlying make process. e.g.,
echo "#!ipxe
echo Tagging with vlan 1000
vcreate --tag 1000 net0 autoboot || shell" >vlan-1000.ipxe
sh ipxe-update.sh EMBED=$(readlink -f vlan-1000.ipxe)