From 770c70f250333d7b8d25fd3694328667995f57c9 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 1 Apr 2025 14:56:41 +0200 Subject: [PATCH] README.md: more pointers iso-building --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 7dce0bc..ca0d119 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,20 @@ You can specify a different `.iso` file in various ways: ``` +## Building your own ISO + +As described in the [website documentation](https://xrsh.isvery.ninja/#Booting%20an%20ISO%20image) you could boot your own ISO distribution (TIP: a [filesystem overlay](https://xrsh.isvery.ninja/#Filesystem%20overlay) is easier): + +``` +$ git clone --recurse-submodules ssh://git@forgejo.isvery.ninja:8222/xrsh/xrsh.git +$ git clone ssh://git@forgejo.isvery.ninja:8222/xrsh/xrsh-buildroot +$ cd xrsh +$ rm xrsh.iso && ln -fs ../xrsh-buildroot/dist/v86-linux.iso xrsh.iso +$ ./make dev +``` + +You can read the [repo-README](https://forgejo.isvery.ninja/xrsh/xrsh-buildroot) about (re)building/modifying the iso + ## Funding This project is funded through [NGI0 Entrust](https://nlnet.nl/entrust), a fund established by [NLnet](https://nlnet.nl) with financial support from the European Commission's [Next Generation Internet](https://ngi.eu) program. Learn more at the [NLnet project page](https://nlnet.nl/project/xrsh).