logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: a55597cbd1e4cc218902ca4dadb6624b44fae47d
parent ef034286f36a0e3408ee7bca1a1d61286bedf899
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 24 May 2024 02:31:50 +0200

bootstrap-gettext-tiny.sh: error on lack of (g)make

Diffstat:

Mbootstrap-gettext-tiny.sh7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/bootstrap-gettext-tiny.sh b/bootstrap-gettext-tiny.sh @@ -1,6 +1,13 @@ #!/bin/sh set -ex +die() { + echo "die: $@" + exit 1 +} + +command -v make || die "Run /bootstrap-make.sh" + tar xof /gettext-tiny-*.tar.gz cd gettext-tiny-*/