logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: e0521544900da42f55bd92363cfc8861d6738ddc
parent aad3c5c5c3b8c151cc02e9d1cdca90fd3a83a3b3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 21 Feb 2026 22:00:57 +0100

Apply wchar_t workaround for armv7 as well

Diffstat:

Mmake-root.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/make-root.sh b/make-root.sh @@ -216,7 +216,7 @@ case "${ALPINE_ARCH}" in esac case "${ALPINE_ARCH}" in -aarch64|armhf) +armhf|armv7|aarch64) # Compiling oksh-7.6 # In file included from alloc.c:12: # In file included from sh.h:16: