logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: 1b056ccfa1d92fa7f8543e49e47688a460f14a3e
parent b8a3a733211f2e7621db8f6861816002da744cf7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  8 May 2024 13:34:51 +0200

bootstrap-mdevd.sh: Fix skalibs die message

Diffstat:

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

diff --git a/bootstrap-mdevd.sh b/bootstrap-mdevd.sh @@ -7,7 +7,7 @@ die() { } command -v make || die "Run /bootstrap-make.sh" -test -f /usr/lib/libskarnet.so || die "Run /bootstrap-mdevd.sh" +test -f /usr/lib/libskarnet.so || die "Run /bootstrap-skalibs.sh" tar xof /mdevd-*.tar.gz cd mdevd-*/