Add INDEX.md, requirements.md and support_matrix.md

This commit is contained in:
Jill 2023-06-04 16:45:48 +02:00 committed by lassulus
parent a1d9321eb7
commit 2e548efae3
5 changed files with 48 additions and 9 deletions

View file

@ -1,7 +1,10 @@
# disko - Declarative disk partitioning
<!-- Generated with bing image generator (which uses dall-e-2): edge-gpt-image --prompt "Disco ball shooting a laser beam at one hard drive" -->
![Project logo](./docs/logo.jpeg)
<img title="" src="./docs/logo.jpeg" alt="Project logo" width="274">
[Documentation Index](./docs/INDEX.md)
NixOS is a Linux distribution where everything is described as code, with one exception: during installation, the disk partitioning and formatting are manual steps. **disko** aims to correct this sad 🤡 omission.
@ -23,7 +26,6 @@ You can keep your configuration and re-use it for other installations, or for a
It can work with these in various configurations and orders, and supports recursive layouts.
## How to use disko
Disko doesn't require installation: it can be run directly from nix-community repository. The [Quickstart Guide](./docs/quickstart.md) documents how to run Disko in its simplest form when installing NixOS.