mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Add build for iPXE on Google Compute Engine
This commit is contained in:
parent
5f4403d261
commit
bddf268ed4
1 changed files with 11 additions and 0 deletions
|
|
@ -53,6 +53,17 @@ do
|
|||
mv bin/undionly.kpxe ../../build/ipxe/$ipxe_config-undionly.kpxe
|
||||
done
|
||||
|
||||
# generate netboot.xyz iPXE disk for Google Compute Engine
|
||||
for ipxe_config in `ls ../../ipxe/disks/`
|
||||
do
|
||||
make bin/ipxe.usb CONFIG=cloud EMBED=../../ipxe/disks/$ipxe_config \
|
||||
TRUST=ca-ipxe-org.crt,ca-netboot-xyz.crt
|
||||
error_check
|
||||
cp -f bin/ipxe.usb disk.raw
|
||||
tar Sczvf $ipxe_config-GCE.tar.gz disk.raw
|
||||
mv $ipxe_config-GCE.tar.gz ../../build/ipxe/$ipxe_config-GCE.tar.gz
|
||||
done
|
||||
|
||||
# generate EFI iPXE disks
|
||||
for ipxe_config in `ls ../../ipxe/disks/`
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue