mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Rename ipxe configs to have .ipxe extensions and loop over *.ipxe
This commit is contained in:
parent
d5592d6f5b
commit
5a23892ea2
3 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ cp ipxe/local/* ipxe_build/src/config/local/
|
|||
|
||||
# build iPXE disks
|
||||
cd ipxe_build/src
|
||||
for ipxe_config in `ls ../../ipxe/`
|
||||
for ipxe_config in `ls ../../ipxe/*.ipxe`
|
||||
do
|
||||
make EMBED=../../ipxe/$ipxe_config
|
||||
mv bin/ipxe.dsk ../../build/ipxe/$ipxe_config.dsk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue