logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: fdce18b8873b091d3beeb872c9a08c2fe73b75b7
parent ec768cd05a1e16632d9764571254a7a126cafc0f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 31 Dec 2024 22:00:13 +0100

README: Also using ed from sbase

Diffstat:

MREADME.md6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -76,9 +76,9 @@ Meanwhile: - GNU coreutils: Autoconf, therefore needs the utilities it's building plus some extras to already be available - Busybox and Toybox: Heavy dependency on GNU Make, bash, …, which can only come much later on in the bootstrapping process -## sed from suck(less) sbase -Simple `sed` implementation which uses `regex.h` instead of some broken regex engine. -Lack of support of `-i` flag is a bit annoying, might patch this. +## sbase +Simple `ed` and `sed` implementations which uses `regex.h` instead of some broken regex engine. +Lack of support of `-i` option on sed(1) is a bit annoying, might patch this. Meanwhile: - minised: Broken regex engine which is too limited to pass `./configure` checks like the one in GNU make