mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Turn off COMBOOT for EFI compile
This commit is contained in:
parent
321b5e8e6b
commit
524b376851
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ for ipxe_config in `ls ../../ipxe/disks/`
|
|||
do
|
||||
make EMBED=../../ipxe/disks/$ipxe_config
|
||||
make bin/ipxe.kpxe EMBED=../../ipxe/disks/$ipxe_config
|
||||
# EFI doesn't like COMBOOT so turn it off before compile
|
||||
sed -i s/#define IMAGE_COMBOOT/#undef IMAGE_COMBOOT/g config/local/general.h
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue