mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Adding efi image build
This commit is contained in:
parent
02cc2b1dd7
commit
bc47b56789
1 changed files with 2 additions and 0 deletions
|
|
@ -21,12 +21,14 @@ for ipxe_config in `ls ../../ipxe/disks/`
|
|||
do
|
||||
make EMBED=../../ipxe/disks/$ipxe_config
|
||||
make bin/ipxe.kpxe EMBED=../../ipxe/disks/$ipxe_config
|
||||
make bin-x86_64-efi/ipxe.efi 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
|
||||
mv bin/ipxe.usb ../../build/ipxe/$ipxe_config.usb
|
||||
mv bin/ipxe.kpxe ../../build/ipxe/$ipxe_config.kpxe
|
||||
mv bin/undionly.kpxe ../../build/ipxe/$ipxe_config-undionly.kpxe
|
||||
mv bin/ipxe.efi ../../build/ipxe/$ipxe_config.efi
|
||||
done
|
||||
cd ../..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue