From 9f27c1fe9f1118e6eb44499960ec472f436a9455 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Nov 2019 13:57:59 +0100 Subject: [PATCH] ++iso --- rebuild-ipxe.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rebuild-ipxe.sh b/rebuild-ipxe.sh index f0ebe40..561cd46 100755 --- a/rebuild-ipxe.sh +++ b/rebuild-ipxe.sh @@ -2,6 +2,9 @@ # Nico Schottelius, 2019-09-20, Seoul, Coffebean, 23:56 # Copying: GPLv3 +set -x +set -e + if [ ! -e ipxe ]; then git clone git://git.ipxe.org/ipxe.git else @@ -16,11 +19,12 @@ sed -i -e 's/^#undef.*NET_PROTO_IPV6/#define NET_PROTO_IPV6/' \ -e 's,^//#define PING_CMD,#define PING_CMD,' \ -e 's,^//#define NTP_CMD,#define NTP_CMD,' config/general.h -set -x -set -e mkdir -p output +make bin/ipxe.iso +cp bin/ipxe.iso output/ + make bin/undionly.kpxe cp bin/undionly.kpxe output/