logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://hacktivis.me/git/bootstrap-initrd.git
commit: e4aa80f95af54d93b6805003d6d177f677058b21
parent 41acddf496fc1311a79a2a6f31bdecedb50cf025
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 31 Oct 2024 12:12:31 +0100

Fix spelling via codespell

Diffstat:

MREADME.md8++++----
Mmake-root.sh2+-
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -110,23 +110,23 @@ Meanwhile: - GNU gzip: Autotools ### Heirloom-devtools lex -Slighly messy Makefiles but only has few dependencies. +Slightly messy Makefiles but only has few dependencies. Meanwhile: - flex: Autotools ### Heirloom-devtools m4 -Slighly messy Makefiles but only has few dependencies. +Slightly messy Makefiles but only has few dependencies. Meanwhile: - GNU m4: Not even close - OpenBSD m4 aka om4: Requires a more modern lex than heirloom-devtools provides ### Heirloom (toolchest) diff, sort -Slighly messy Makefiles but only has few dependencies. +Slightly messy Makefiles but only has few dependencies. ### Heirloom (toolchest) tar -Slighly messy Makefiles but only has few dependencies. +Slightly messy Makefiles but only has few dependencies. Meanwhile: - libarchive aka bsdtar: Autotools diff --git a/make-root.sh b/make-root.sh @@ -195,7 +195,7 @@ sed -i \ sed -i \ -e '/^\.c\.o:/s/;/\n\t/' \ heirloom-devtools-*/lex/Makefile.mk heirloom-devtools-*/m4/Makefile.mk \ - || die "Failed patching .c.o: infered targets in heirloom-devtools" + || die "Failed patching .c.o: inferred targets in heirloom-devtools" # - maninst Fails to create parent dir, just noop it, we don't have man anyway # -e 's;MANINST =.*;MANINST = $(SHELL) ../build/maninst.sh;' \