From f135135b380b7fc04477d26dc52b42668a7ecaac Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 29 Oct 2017 22:48:27 -0500 Subject: [PATCH] Drop generic iPXE builds --- script/prep-release.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/script/prep-release.sh b/script/prep-release.sh index 3d118d70..e2e9ec28 100755 --- a/script/prep-release.sh +++ b/script/prep-release.sh @@ -21,15 +21,6 @@ cd ipxe_build/src # get current iPXE hash IPXE_HASH=`git log -n 1 --pretty=format:"%H"` -# generate generic iPXE disks -make bin/ipxe.dsk bin/ipxe.iso bin/ipxe.lkrn bin/ipxe.usb bin/ipxe.kpxe bin/undionly.kpxe -mv bin/ipxe.dsk ../../build/ipxe/generic-ipxe.dsk -mv bin/ipxe.iso ../../build/ipxe/generic-ipxe.iso -mv bin/ipxe.lkrn ../../build/ipxe/generic-ipxe.lkrn -mv bin/ipxe.usb ../../build/ipxe/generic-ipxe.usb -mv bin/ipxe.kpxe ../../build/ipxe/generic-ipxe.kpxe -mv bin/undionly.kpxe ../../build/ipxe/generic-undionly.kpxe - # generate netboot.xyz iPXE disks make bin/ipxe.dsk bin/ipxe.iso bin/ipxe.lkrn bin/ipxe.usb bin/ipxe.kpxe bin/undionly.kpxe \ EMBED=../../ipxe/disks/netboot.xyz TRUST=ca-ipxe-org.crt,ca-netboot-xyz.crt