This commit is contained in:
Antony Messerli 2015-09-04 20:56:28 -05:00
parent 601aa3e30e
commit 740386ac31

View file

@ -6,7 +6,7 @@ git clone --depth 1 https://github.com/ipxe/ipxe.git ipxe_build
cd ipxe_build/src
for ipxe_config in `ls ../../ipxe/`
do
make EMBED=../../ipxe/$i
make EMBED=../../ipxe/$ipxe_config
mv bin/ipxe.dsk ../../build/ipxe/$ipxe_config.dsk
mv bin/ipxe.kpxe ../../build/ipxe/$ipxe_config.kpxe
mv bin/ipxe.iso ../../build/ipxe/$ipxe_config.iso