logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 2ee29f8308894227241650c068d58968a5873e5a
parent f015695efc6da7ac9ca096d6f01b1113aab05214
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  4 Feb 2025 15:01:48 +0100

extras/git.sh: change check from make to muon

Diffstat:

Mextras/git.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/git.sh b/extras/git.sh @@ -6,7 +6,7 @@ die() { exit 1 } -command -v make || die "Run /extras/make.sh" +command -v muon || die "Run /extras/muon-stage2.sh" command -v curl || die "Run /extras/tiny-curl.sh" tar xof /distfiles/git-*.tar.gz