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