diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-18 17:01:39 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-18 17:01:39 +1200 |
| commit | f133bc5d67b542c1bb3cbd4df2ce7fb55fe1e9a8 (patch) | |
| tree | 73c6e98948098beb8e34b3d722163e1bc706c441 /README.md | |
| parent | b92b67063597b99a009741a76f0ac714a3592671 (diff) | |
| download | yerbalinux-f133bc5d67b542c1bb3cbd4df2ce7fb55fe1e9a8.tar.xz yerbalinux-f133bc5d67b542c1bb3cbd4df2ce7fb55fe1e9a8.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,11 +21,11 @@ Pretty much, I decided to make my own distro for fun, and also, if you make the ## How to try it At the moment, it's not a very usable distro, so I don't recommend you try it, but if you must, then run the following command in the root of the repository: -```bash -nix build . +```shell +kas build kas.yml ``` -This will build the ISO and all dependencies, leaving the ISO in `result/yerba-linux.iso`. +This will build the distro and all dependencies, leaving the artifacts somewhere in build/. Good luck finding it(TM)! ## Current Status @@ -34,7 +34,7 @@ This will build the ISO and all dependencies, leaving the ISO in `result/yerba-l - Libc: working, musl - Init system: working, runit - SquashFS image (+ OverlayFS live ISO): TBD -- Networking: TBD +- Networking: working, dhcpcd (TODO: Add NetworkManager and iwd) - Audio: TBD - Package manager: TBD - Installer: TBD |
