mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Generate netboot.xyz-efi.iso image
This commit is contained in:
parent
b6b261e3d9
commit
cb7c9de598
1 changed files with 4 additions and 1 deletions
|
|
@ -69,9 +69,12 @@ cp config/local/general.h.efi config/local/general.h
|
|||
make clean
|
||||
make bin-x86_64-efi/ipxe.efi \
|
||||
EMBED=../../ipxe/disks/netboot.xyz TRUST=ca-ipxe-org.crt,ca-netboot-xyz.crt
|
||||
mkdir -p efi_tmp/EFI/BOOT/
|
||||
cp bin-x86_64-efi/ipxe.efi efi_tmp/EFI/BOOT/bootx64.efi
|
||||
genisoimage -o ipxe.eiso efi_tmp
|
||||
error_check
|
||||
mv bin-x86_64-efi/ipxe.efi ../../build/ipxe/netboot.xyz.efi
|
||||
|
||||
mv ipxe.eiso ../../build/ipxe/netboot.xyz-efi.iso
|
||||
# return to root
|
||||
cd ../..
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue