mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Fix var
This commit is contained in:
parent
601aa3e30e
commit
740386ac31
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue