logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: 0f5ce8231786ead4197715a24d1671ff1818c26c
parent 7d0bb9e4675424230b433915d15ba569ce6bdec0
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  4 Dec 2024 14:26:24 +0100

fetch.sh: CURL_OPTS: --fail instead of --fail-with-body

This should allow to avoid ending up with incorrect files

Diffstat:

Mfetch.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetch.sh b/fetch.sh @@ -29,7 +29,7 @@ set -ex mkdir -p "${WORKDIR}/distfiles" cd "${WORKDIR}/distfiles" -CURL_OPTS="-L --fail-with-body" +CURL_OPTS="-L --fail" for url in $URLS do