From b1242bae443c1844d16ec69229638186e470ece7 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 5 Nov 2019 13:57:32 +0100 Subject: [PATCH 1/2] ++ notes for devuan install / jool --- jool-get-build-install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/jool-get-build-install.sh b/jool-get-build-install.sh index 0f8d10c..f7d6fd1 100644 --- a/jool-get-build-install.sh +++ b/jool-get-build-install.sh @@ -5,6 +5,15 @@ set -e version=4.0.6 +cat < Date: Tue, 5 Nov 2019 13:57:59 +0100 Subject: [PATCH 2/2] ++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/