From 773ea94915973a1aeb4bfc91158441b2e54094a3 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 21 Sep 2019 00:39:23 +0900 Subject: [PATCH] ++update --- rebuild-ipxe.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rebuild-ipxe.sh b/rebuild-ipxe.sh index 8b6fa7a..f0ebe40 100755 --- a/rebuild-ipxe.sh +++ b/rebuild-ipxe.sh @@ -17,16 +17,21 @@ sed -i -e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \ -e 's,^//#define NTP_CMD,#define NTP_CMD,' config/general.h set -x +set -e -# Finally: +mkdir -p output make bin/undionly.kpxe +cp bin/undionly.kpxe output/ + make bin/ipxe.usb +cp bin/ipxe.usb output/ make bin-x86_64-efi/ipxe.efi +cp bin-x86_64-efi/ipxe.efi output/ cat <