logo

bootstrap-initrd

Linux initrd to bootstrap from a small binary seed git clone https://anongit.hacktivis.me/git/bootstrap-initrd.git/
commit: 3c1d4c42172440164764be994f70b61f111c151c
parent bf7ebaad7697b8a8c965d9285eb494535ad15e56
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  2 Feb 2025 14:14:45 +0100

README.md: Works on riscv

+ cat /proc/uptime
46.55 137.45
+ echo Done bootstrapping! Dropping into0 /root #
0 /root # uname -a
Linux (none) 6.12.11-1-lts #2-Alpine SMP PREEMPT_DYNAMIC 2025-01-25 16:13:17 riscv64

Diffstat:

MREADME.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -27,7 +27,7 @@ You can set `ALPINE_ARCH` to change the architecture, by default it's set to `x8 - `aarch64`: Untested - `armhf`: Untested - `armv7`: Untested -- `riscv64`: Broken. +- `riscv64`: Works (on VisionFive2 with linux-lts from Alpine) - `x86`: Works - `x86_64` (aka amd64): Works