logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: d434f1cf38a19ce91adaac11055ae762b6c00437
parent bc72628c2be4779d51b44c457713c3e40dc94957
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 24 Aug 2024 02:21:27 +0200

make-root: remove awk testdir

Diffstat:

Mmake-root.sh1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/make-root.sh b/make-root.sh @@ -236,6 +236,7 @@ do rm -r heirloom-0*/$i || die done +rm -r awk-*/testdir || die grep test-cmd/init_env.sh utils-std-*/selfcheck.sh && die "remove workaround" sed -i -e '/$runner/a[ "$runner" = "test-cmd/init_env.sh" ] && continue' utils-std-*/selfcheck.sh || die