commit: 723caafe428e5e18586ec7b861084fe5d1d44584
parent 0df6c645e413cc4093722327e1b0323dbc5054b7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 21 Sep 2025 09:05:14 +0200
README: add link to distfiles.hacktivis.me
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -13,6 +13,13 @@ A initrd generator for Linux to bootstrap a POSIX-ish system from a reasonably s
- [ ] Self-hosting: Able to recompile all the software used from source (including tcc and musl)
- [x] Code compiled by `init.sh` is reviewable, mostly thanks to a lack of autotools
+## Downloading
+
+Can either be downloading this git repo, or downloading from the archives at <https://distfiles.hacktivis.me/releases/bootstrap-initrd/>
+The signify public keys are at <https://distfiles.hacktivis.me/releases/signify/>
+
+(Note: https is optional, the assets are signed anyway)
+
## Explorations
- Reduce the binary seed even further, without compromising on keeping the bootstrapping simple and reasonably fast